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

Unified Diff: public/platform/WebThemeEngine.h

Issue 246293006: Blink Support for Overlay Scrollbar Animation Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix unittest and move unittest to blink_platform_unittests Created 6 years, 3 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
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebThemeEngine.h
diff --git a/public/platform/WebThemeEngine.h b/public/platform/WebThemeEngine.h
index aa3fe1c66830e18e3312cd5062f4298902de2793..a575b59c294d7faded2f3a5bbf6759f3615668c8 100644
--- a/public/platform/WebThemeEngine.h
+++ b/public/platform/WebThemeEngine.h
@@ -186,6 +186,7 @@ public:
virtual WebSize getSize(Part) { return WebSize(); }
// Paint the given the given theme part.
virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
+ virtual void paintStateTransition(WebCanvas*, Part, State, State, double, const WebRect&) { }
};
} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698