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

Unified Diff: cc/blink/web_animation_impl.h

Issue 576553002: remove WEB_ANIMATION_SUPPORTS_FULL_DIRECTION guards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | cc/blink/web_animation_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_animation_impl.h
diff --git a/cc/blink/web_animation_impl.h b/cc/blink/web_animation_impl.h
index 4f2f4dac1ea5ad30b186c97be1d18ecb0308c6c6..f2b2f07f78427ce825961fe7bc765851819f4960 100644
--- a/cc/blink/web_animation_impl.h
+++ b/cc/blink/web_animation_impl.h
@@ -42,13 +42,8 @@ class WebCompositorAnimationImpl : public blink::WebCompositorAnimation {
virtual void setStartTime(double monotonic_time);
virtual double timeOffset() const;
virtual void setTimeOffset(double monotonic_time);
-#if WEB_ANIMATION_SUPPORTS_FULL_DIRECTION
virtual Direction direction() const;
virtual void setDirection(Direction);
-#else
- virtual bool alternatesDirection() const;
- virtual void setAlternatesDirection(bool alternates);
-#endif
virtual double playbackRate() const;
virtual void setPlaybackRate(double playback_rate);
« no previous file with comments | « no previous file | cc/blink/web_animation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698