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

Unified Diff: third_party/WebKit/public/platform/WebThemeEngine.h

Issue 2763373002: Overlay scrollbars flush with window edge (Closed)
Patch Set: bokan comments addressed 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/public/platform/WebThemeEngine.h
diff --git a/third_party/WebKit/public/platform/WebThemeEngine.h b/third_party/WebKit/public/platform/WebThemeEngine.h
index 51d6d1a5286f32ab169f5561e38231988e9fcf5a..b11b7e1fb982acdb74e136a3bf8f1dda44f3c034 100644
--- a/third_party/WebKit/public/platform/WebThemeEngine.h
+++ b/third_party/WebKit/public/platform/WebThemeEngine.h
@@ -140,6 +140,7 @@ class WebThemeEngine {
// Extra parameters for scrollbar thumb. Used only for overlay scrollbars.
struct ScrollbarThumbExtraParams {
WebScrollbarOverlayColorTheme scrollbarTheme;
+ bool isLeftVerticalScrollbar;
};
union ExtraParams {

Powered by Google App Engine
This is Rietveld 408576698