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

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: Sprinkle in some tests 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..58e86be90b1a1d63d5879fed6dd94cf3a3217036 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 needsPaintTrack() const override;
chrishtr 2015/11/23 18:59:42 Ditto about renaming methods to read more easily,
ccameron 2015/11/24 01:12:05 Done.
+ void setNeedsPaintTrack(bool) override;
+ bool needsPaintThumb() const override;
+ void setNeedsPaintThumb(bool) override;
DisplayItemClient displayItemClient() const override;
String debugName() const override;

Powered by Google App Engine
This is Rietveld 408576698