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

Unified Diff: Source/core/rendering/RenderLayer.h

Issue 397713004: Overlay scrollbars must respect ancestor clip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 5 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/rendering/RenderLayer.h
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
index 5871a502fb9036b79b1d2b1bb0f9a6679b22da5e..cb4da7b53cc9f099162b49a46f50f08f7e6582ec 100644
--- a/Source/core/rendering/RenderLayer.h
+++ b/Source/core/rendering/RenderLayer.h
@@ -553,6 +553,8 @@ public:
void didUpdateNeedsCompositedScrolling();
+ bool needsToReparentOverflowControls() const;
chrishtr 2014/07/25 21:06:15 On reflection, this is weird to put on RenderLayer
Ian Vollick 2014/07/26 01:54:57 Yeah, now that you mention it, I agree that Render
+
private:
// Bounding box in the coordinates of this layer.
LayoutRect logicalBoundingBox() const;

Powered by Google App Engine
This is Rietveld 408576698