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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.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/platform/scroll/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index 5c74eff46ce197094bfdee9395914e31964c8591..a284ce6b086391f8964305a3b635ef7cc64682e9 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -335,9 +335,9 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin,
IntSize excludeScrollbars(const IntSize&) const;
virtual int verticalScrollbarWidth(
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
+ OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
virtual int horizontalScrollbarHeight(
- OverlayScrollbarClipBehavior = IgnoreOverlayScrollbarSize) const;
+ OverlayScrollbarClipBehavior = IgnorePlatformOverlayScrollbarSize) const;
// Returns the widget associated with this ScrollableArea.
virtual FrameViewBase* getFrameViewBase() { return nullptr; }
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollTypes.h ('k') | third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698