Changeset 157011 in webkit for trunk/Source/WebCore/rendering/RenderFieldset.cpp
- Timestamp:
- Oct 6, 2013, 3:55:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderFieldset.cpp
r156954 r157011 139 139 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint& paintOffset) 140 140 { 141 if (!paintInfo.shouldPaintWithinRoot( this))141 if (!paintInfo.shouldPaintWithinRoot(*this)) 142 142 return; 143 143
Note:
See TracChangeset
for help on using the changeset viewer.