| Index: cc/layer_animation_controller.h
|
| diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
|
| index aeb5048b9677efa37e2c2bd90fd0cd372827601f..9fec0a6c735cb2471423e450afbe8698f04fd75e 100644
|
| --- a/cc/layer_animation_controller.h
|
| +++ b/cc/layer_animation_controller.h
|
| @@ -109,6 +109,8 @@ private:
|
| void notifyObserversOpacityAnimated(float opacity);
|
| void notifyObserversTransformAnimated(const gfx::Transform& transform);
|
|
|
| + bool hasActiveObserver();
|
| +
|
| // If this is true, we force a sync to the impl thread.
|
| bool m_forceSync;
|
|
|
|
|