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

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h

Issue 2559273003: Blink Compositor Animation: Introduce CompositorAnimationHost correctly. (Closed)
Patch Set: Allocate on stack in unit tests. Created 4 years 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/testing/WebLayerTreeViewImplForTesting.h
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
index 284df0f33e0a5ca123cc0d05867a45c79db379bb..0b7238577d4ecc04fcc61d3f8d594f22416ee40d 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
@@ -40,8 +40,7 @@ class WebLayerTreeViewImplForTesting
// blink::WebLayerTreeView implementation.
void setRootLayer(const blink::WebLayer&) override;
void clearRootLayer() override;
- void attachCompositorAnimationTimeline(cc::AnimationTimeline*) override;
- void detachCompositorAnimationTimeline(cc::AnimationTimeline*) override;
+ cc::AnimationHost* compositorAnimationHost() override;
virtual void setViewportSize(const blink::WebSize& unusedDeprecated,
const blink::WebSize& deviceViewportSize);
void setViewportSize(const blink::WebSize&) override;

Powered by Google App Engine
This is Rietveld 408576698