Changeset 156952 in webkit for trunk/Source/WebCore/rendering/RenderReplaced.cpp
- Timestamp:
- Oct 5, 2013, 4:58:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderReplaced.cpp
r156876 r156952 130 130 return; 131 131 132 if (!paintInfo.shouldPaintWithinRoot( this))132 if (!paintInfo.shouldPaintWithinRoot(*this)) 133 133 return; 134 134 … … 177 177 return false; 178 178 179 if (!paintInfo.shouldPaintWithinRoot( this))179 if (!paintInfo.shouldPaintWithinRoot(*this)) 180 180 return false; 181 181
Note:
See TracChangeset
for help on using the changeset viewer.