Changeset 18952 for S60/trunk/WebCore
- Timestamp:
- 01/18/07 13:25:18 (2 years ago)
- Files:
-
- 1 modified
-
S60/trunk/WebCore/khtml/rendering/render_box.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/WebCore/khtml/rendering/render_box.cpp
r18949 r18952 341 341 // independent of the body. Go through the DOM to get to the root element's render object, 342 342 // since the root could be inline and wrapped in an anonymous block. 343 if (!isBody() || !document()->isHTMLDocument() || 344 ( document()->documentElement()->renderer() && 345 document()->documentElement()->renderer()->style()->hasBackground() ) ) 343 if (!isBody() || !document()->isHTMLDocument() || 344 ( document()->documentElement()->renderer() 345 && document()->documentElement()->renderer()->style()->hasBackground()) 346 ) 346 347 paintBackgrounds(i.p, style()->backgroundColor(), style()->backgroundLayers(), my, mh, _tx, _ty, w, h); 347 348