Index: cc/animation/layer_animation_value_observer.h |
diff --git a/cc/animation/layer_animation_value_observer.h b/cc/animation/layer_animation_value_observer.h |
index 420317ee8d035d3d1396b7d9b0ca3a499bfdaff6..fb9901d751475f79e3d3082e04fe2824ff6ea313 100644 |
--- a/cc/animation/layer_animation_value_observer.h |
+++ b/cc/animation/layer_animation_value_observer.h |
@@ -7,9 +7,14 @@ |
#include "cc/base/cc_export.h" |
+namespace gfx { |
+class ScrollOffset; |
+class Transform; |
+} |
+ |
namespace cc { |
-class ScrollOffset; |
+class FilterOperations; |
class CC_EXPORT LayerAnimationValueObserver { |
public: |