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

Unified Diff: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h

Issue 1458703010: Mac: Don't repaint scrollbars every frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master2
Patch Set: Rebase and resolve Created 5 years, 1 month 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/exported/WebScrollbarThemeClientImpl.h
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
index 12b1500358986c28360a19588ee306d31703b836..d6ca2c0d9bd4bee03df4f53a8681083f3fcbbab7 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -79,6 +79,10 @@ public:
void setIsAlphaLocked(bool) override;
float elasticOverscroll() const override;
void setElasticOverscroll(float) override;
+ bool trackNeedsRepaint() const override;
+ void setTrackNeedsRepaint(bool) override;
+ bool thumbNeedsRepaint() const override;
+ void setThumbNeedsRepaint(bool) override;
DisplayItemClient displayItemClient() const override;
String debugName() const override;

Powered by Google App Engine
This is Rietveld 408576698