Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: Source/core/paint/ViewPainter.h

Issue 1145993002: Refactor root element background painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, adding back TestExpectation Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/paint/FrameSetPainter.cpp ('k') | Source/core/paint/ViewPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ViewPainter.h
diff --git a/Source/core/paint/ViewPainter.h b/Source/core/paint/ViewPainter.h
index 13beca4a8815cb54f8eb3b96e98e17c2693c3302..2e26d4852ff0c3c70121b2f13eb2406923380084 100644
--- a/Source/core/paint/ViewPainter.h
+++ b/Source/core/paint/ViewPainter.h
@@ -20,8 +20,6 @@ public:
void paintBoxDecorationBackground(const PaintInfo&);
private:
- bool rootFillsViewportBackground(LayoutBox* rootBox) const;
-
LayoutView& m_layoutView;
};
« no previous file with comments | « Source/core/paint/FrameSetPainter.cpp ('k') | Source/core/paint/ViewPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698