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

Unified Diff: third_party/WebKit/Source/platform/scroll/Scrollbar.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/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index 0aa28fa4f5141ded6fa2e1f6b52e1969800cb2c6..bb57f99a5db77c7e9264465a8a9e2368e1da4c8c 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -112,6 +112,7 @@ public:
bool isOverlayScrollbar() const override;
bool shouldParticipateInHitTesting();
+ void windowActiveChanged();
bool isWindowActive() const;
bool gestureEvent(const PlatformGestureEvent&);

Powered by Google App Engine
This is Rietveld 408576698