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

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: revise for xianzhu's comment 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/layout/LayoutView.h
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h
index dbc2e1442692718244364db6345978a940f5b5b0..6136995f81e8c55a2c7c70630dd2382d116f7ff9 100644
--- a/Source/core/layout/LayoutView.h
+++ b/Source/core/layout/LayoutView.h
@@ -190,8 +190,6 @@ private:
bool shouldUsePrintingLayout() const;
- LayoutObject* backgroundLayoutObject() const;
-
int viewLogicalWidthForBoxSizing() const;
int viewLogicalHeightForBoxSizing() const;

Powered by Google App Engine
This is Rietveld 408576698