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

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

Issue 2730343003: Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: Add OverlayScrollbarClipBehavior value Created 3 years, 9 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/LayoutView.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
index 635088a1a92231c543b007785961d3b4285d1f7b..e546457018334307a8baa3f915e40e25615b6ce6 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.h
+++ b/third_party/WebKit/Source/core/layout/LayoutView.h
@@ -165,7 +165,8 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
LayoutRect viewRect() const override;
LayoutRect overflowClipRect(
const LayoutPoint& location,
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const override;
+ OverlayScrollbarClipBehavior =
+ IgnorePlatformOverlayScrollbarSize) const override;
LayoutState* layoutState() const { return m_layoutState; }

Powered by Google App Engine
This is Rietveld 408576698