| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 66e43ee316b08e1aa2fa59342c3313da06d6723b..0dd2c97ced7f5eb2783ec35f0ba5bfc4933642c3 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -30,7 +30,6 @@
|
| #include "cc/layers/layer_position_constraint.h"
|
| #include "cc/layers/performance_properties.h"
|
| #include "cc/layers/render_surface_impl.h"
|
| -#include "cc/output/filter_operations.h"
|
| #include "cc/quads/shared_quad_state.h"
|
| #include "cc/resources/resource_provider.h"
|
| #include "cc/tiles/tile_priority.h"
|
| @@ -94,7 +93,6 @@ class CC_EXPORT LayerImpl {
|
|
|
| // Interactions with attached animations.
|
| gfx::ScrollOffset ScrollOffsetForAnimation() const;
|
| - void OnFilterAnimated(const FilterOperations& filters);
|
| void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
|
| void OnTransformIsCurrentlyAnimatingChanged(bool is_currently_animating);
|
| void OnTransformIsPotentiallyAnimatingChanged(bool has_potential_animation);
|
|
|