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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollTypes.h

Issue 2730343003: Fix overflow:overlay scrollbar width for paint. (Closed)
Patch Set: Fix logic 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/ScrollTypes.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
index 32d22c8071fd1e62bd29df498131f24396e2de42..00d7db86e321c42fda306fcfae49cc7985afa4cd 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
@@ -44,7 +44,8 @@ inline ScrollOffset toScrollOffset(const FloatPoint& p) {
}
enum OverlayScrollbarClipBehavior {
- IgnoreOverlayScrollbarSize,
+ IgnorePlatformOverlayScrollbarSize,
+ IgnorePlatformAndCSSOverlayScrollbarSize,
ExcludeOverlayScrollbarSizeForHitTesting
};

Powered by Google App Engine
This is Rietveld 408576698