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

Unified Diff: content/renderer/compositor_bindings/web_compositor_support_impl.h

Issue 383503003: Remove #ifs related to WebScrollOffsetAnimationCurve (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: content/renderer/compositor_bindings/web_compositor_support_impl.h
diff --git a/content/renderer/compositor_bindings/web_compositor_support_impl.h b/content/renderer/compositor_bindings/web_compositor_support_impl.h
index c7d53858745b9935c1c716b9dfba71636472e481..7201ecc7761359f74ce27d0fe64b63dc1b6f1da5 100644
--- a/content/renderer/compositor_bindings/web_compositor_support_impl.h
+++ b/content/renderer/compositor_bindings/web_compositor_support_impl.h
@@ -48,12 +48,10 @@ class CONTENT_EXPORT WebCompositorSupportImpl
int animation_id);
virtual blink::WebFilterAnimationCurve* createFilterAnimationCurve();
virtual blink::WebFloatAnimationCurve* createFloatAnimationCurve();
-#if WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
virtual blink::WebScrollOffsetAnimationCurve*
createScrollOffsetAnimationCurve(
blink::WebFloatPoint target_value,
blink::WebAnimationCurve::TimingFunctionType timing_function);
-#endif
virtual blink::WebTransformAnimationCurve* createTransformAnimationCurve();
virtual blink::WebTransformOperations* createTransformOperations();
virtual blink::WebFilterOperations* createFilterOperations();

Powered by Google App Engine
This is Rietveld 408576698