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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h

Issue 2308503002: Revert of Paint solid color backgrounds which are equivalent to locally attached into scrolling c... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scrollcontent-paint-bg
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
index 3d991571fc1cfb2e89809bf106557a2063f3da10..c432af05310ee715500d262b99059fd74a7ea1f3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -181,10 +181,6 @@
bool hasNonEmptyLayoutSize() const;
bool usesCompositedScrolling() const;
- // Checks if all of the background's layers can be painted as locally
- // attached.
- bool hasLocalEquivalentBackground() const;
-
// These return the CSS computed padding values.
LayoutUnit computedCSSPaddingTop() const { return computedCSSPadding(style()->paddingTop()); }
LayoutUnit computedCSSPaddingBottom() const { return computedCSSPadding(style()->paddingBottom()); }

Powered by Google App Engine
This is Rietveld 408576698