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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.h

Issue 2623213002: Expand PaintLayer clip to account for hidden URL bar with document.rootScroller (Closed)
Patch Set: Rebase Created 3 years, 11 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/paint/PaintLayer.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
index d0605ac22545c097536d56a32ec01b76ce941b0f..835c1dcb02126d7b0a88b5e1f92e0a371be9c743 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
@@ -280,6 +280,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
LayoutRect rect() const { return LayoutRect(location(), LayoutSize(size())); }
bool isRootLayer() const { return m_isRootLayer; }
+ bool isRootScrollerLayer() const;
PaintLayerCompositor* compositor() const;

Powered by Google App Engine
This is Rietveld 408576698