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 2cf21eecfe903c9accc022b57f8e551c07d83f74..0f6371aed81c9262467a7f5014abde093bfb4d72 100644 |
--- a/cc/blink/web_compositor_support_impl.h |
+++ b/cc/blink/web_compositor_support_impl.h |
@@ -44,6 +44,9 @@ class CC_BLINK_EXPORT WebCompositorSupportImpl |
virtual blink::WebCompositorAnimation* createAnimation( |
const blink::WebCompositorAnimationCurve& curve, |
blink::WebCompositorAnimation::TargetProperty target, |
+#ifdef WEB_COMPOSITOR_SUPPORT_CREATE_ANIMATION_SUPPORTS_GROUP |
+ int group_id, |
+#endif |
int animation_id); |
virtual blink::WebFilterAnimationCurve* createFilterAnimationCurve(); |
virtual blink::WebFloatAnimationCurve* createFloatAnimationCurve(); |