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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerClipper.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/PaintLayerClipper.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
index d8fc4575de32d3abd0ebb9691e44436be5163918..2730a8612fde0e0e5b46578037f9673aac93e0ed 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.h
@@ -234,6 +234,8 @@ class CORE_EXPORT PaintLayerClipper {
const ClipRectsContext&,
const ClipRect&) const;
+ bool isClippingRoot(const ClipRectsContext&) const;
+
const PaintLayer& m_layer;
std::unique_ptr<GeometryMapper> m_geometryMapper;

Powered by Google App Engine
This is Rietveld 408576698