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

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: 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
« no previous file with comments | « cc/blink/web_compositor_animation_timeline_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9f12dc1d08a1a3f4250c708713b70406ec638b50 100644
--- a/cc/blink/web_compositor_support_impl.h
+++ b/cc/blink/web_compositor_support_impl.h
@@ -8,11 +8,9 @@
#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 WebGraphicsContext3D;
@@ -42,24 +40,6 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl
int thumb_thickness,
int track_start,
bool is_left_side_vertical_scrollbar) override;
- blink::WebCompositorAnimation* createAnimation(
- const blink::WebCompositorAnimationCurve& curve,
- 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;
private:
DISALLOW_COPY_AND_ASSIGN(WebCompositorSupportImpl);
« no previous file with comments | « cc/blink/web_compositor_animation_timeline_impl.cc ('k') | cc/blink/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698