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

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

Issue 1424983002: Invalidate scrollbars when window activity changes if needed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/ScrollbarTheme.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
index 343656a7f46c09de47519cecc5cc1b493770cc84..759cc8306eb1424124640221c5e9a8737601d3c3 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
@@ -60,6 +60,7 @@ public:
virtual void updateScrollbarOverlayStyle(const ScrollbarThemeClient*) { }
virtual bool invalidateOnMouseEnterExit() { return false; }
+ virtual bool invalidateOnWindowActiveChange() const { return false; }
void invalidateParts(ScrollbarThemeClient* scrollbar, ScrollbarControlPartMask mask)
{

Powered by Google App Engine
This is Rietveld 408576698