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

Unified Diff: cc/layer.h

Issue 11550035: Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revision as per comments, animate scrollbars, fix slow-path PZ scrolling. Created 7 years, 10 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 | « cc/cc.gyp ('k') | cc/layer.cc » ('j') | cc/layer_tree_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index cf0d396e2986113a9fd77d466de858c0b2125cc5..63cf82b3f67fda7ff36f3512fb8cc1966db88432 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -273,6 +273,7 @@ public:
virtual void notifyAnimationStarted(const AnimationEvent&, double wallClockTime);
virtual void notifyAnimationFinished(double wallClockTime);
+ virtual void notifyAnimationPropertyUpdate(const AnimationEvent& event);
void addLayerAnimationEventObserver(LayerAnimationEventObserver* animationObserver);
void removeLayerAnimationEventObserver(LayerAnimationEventObserver* animationObserver);
« no previous file with comments | « cc/cc.gyp ('k') | cc/layer.cc » ('j') | cc/layer_tree_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698