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

Unified Diff: Source/core/layout/LayoutView.h

Issue 1145993002: Refactor root element background painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert to patchset 10 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
Index: Source/core/layout/LayoutView.h
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h
index 82fb7698f4085283687d89f2fd2e68f7ca1d4236..28da4a420a57b76320ce74f2b392d49eacbe3142 100644
--- a/Source/core/layout/LayoutView.h
+++ b/Source/core/layout/LayoutView.h
@@ -188,8 +188,6 @@ private:
bool shouldUsePrintingLayout() const;
- LayoutObject* backgroundLayoutObject() const;
-
int viewLogicalWidthForBoxSizing() const;
int viewLogicalHeightForBoxSizing() const;

Powered by Google App Engine
This is Rietveld 408576698