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

Unified Diff: cc/blink/web_compositor_support_impl.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: Created 4 years, 11 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: cc/blink/web_compositor_support_impl.h
diff --git a/cc/blink/web_compositor_support_impl.h b/cc/blink/web_compositor_support_impl.h
index d32d0e1800306c71f7286a579cb5d1be4a042e18..2159c90974f723d347a6ec2642f5cfa153f7e214 100644
--- a/cc/blink/web_compositor_support_impl.h
+++ b/cc/blink/web_compositor_support_impl.h
@@ -8,13 +8,12 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "cc/blink/cc_blink_export.h"
-#include "third_party/WebKit/public/platform/WebCompositorAnimationCurve.h"
#include "third_party/WebKit/public/platform/WebCompositorSupport.h"
#include "third_party/WebKit/public/platform/WebContentLayerClient.h"
#include "third_party/WebKit/public/platform/WebLayer.h"
-#include "third_party/WebKit/public/platform/WebTransformOperations.h"
namespace blink {
+class WebCompositorAnimationCurve;
class WebGraphicsContext3D;
}
@@ -47,16 +46,6 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl
blink::WebCompositorAnimation::TargetProperty target,
int group_id,
int animation_id) override;
- blink::WebFilterAnimationCurve* createFilterAnimationCurve() override;
- blink::WebFloatAnimationCurve* createFloatAnimationCurve() override;
- blink::WebScrollOffsetAnimationCurve* createScrollOffsetAnimationCurve(
- blink::WebFloatPoint target_value,
- blink::WebCompositorAnimationCurve::TimingFunctionType timing_function,
- blink::WebScrollOffsetAnimationCurve::ScrollDurationBehavior
- duration_behavior) override;
- blink::WebTransformAnimationCurve* createTransformAnimationCurve() override;
- blink::WebTransformOperations* createTransformOperations() override;
- blink::WebFilterOperations* createFilterOperations() override;
blink::WebCompositorAnimationPlayer* createAnimationPlayer() override;
blink::WebCompositorAnimationTimeline* createAnimationTimeline() override;

Powered by Google App Engine
This is Rietveld 408576698