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

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

Issue 2730343003: Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: rebase 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 37084cfc23c7b8a74e129bf7bb90e43fc99397c3..aca950dfdaef5226338fab9bb65e51c04b10e851 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -1088,7 +1088,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
// Returns the intersection of all overflow clips which apply.
virtual LayoutRect overflowClipRect(
const LayoutPoint& location,
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
+ OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
LayoutRect clipRect(const LayoutPoint& location) const;
// Returns the combination of overflow clip, contain: paint clip and CSS clip
@@ -1445,7 +1445,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void excludeScrollbars(
LayoutRect&,
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
+ OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
LayoutUnit containingBlockLogicalWidthForPositioned(
const LayoutBoxModelObject* containingBlock,
« no previous file with comments | « third_party/WebKit/Source/core/frame/RootFrameViewport.h ('k') | third_party/WebKit/Source/core/layout/LayoutTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698