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

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.h

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Fix copyrights and years. Created 4 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
Index: third_party/WebKit/public/platform/WebLayerTreeView.h
diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
index c21285d1528e2d88e21f52939b77c36f83122e6b..d44636e1950253f47e50e7a93c4f4642bb705ada 100644
--- a/third_party/WebKit/public/platform/WebLayerTreeView.h
+++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
@@ -37,10 +37,13 @@
class SkBitmap;
+namespace cc {
+class AnimationTimeline;
+}
+
namespace blink {
class WebCompositeAndReadbackAsyncCallback;
-class WebCompositorAnimationTimeline;
class WebLayer;
class WebLayoutAndPaintAsyncCallback;
struct WebPoint;
@@ -58,8 +61,9 @@ public:
virtual void setRootLayer(const WebLayer&) { }
virtual void clearRootLayer() { }
- virtual void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*) { }
- virtual void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*) { }
+ // TODO(loyso): These should use CompositorAnimationTimeline. crbug.com/584551
+ virtual void attachCompositorAnimationTimeline(cc::AnimationTimeline*) { }
+ virtual void detachCompositorAnimationTimeline(cc::AnimationTimeline*) { }
// View properties ---------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/platform/WebLayer.h ('k') | third_party/WebKit/public/platform/WebScrollOffsetAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698