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

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 Created 5 years, 7 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698