| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index bcac36ce7f99f4f046bd6b243aac097219b12db0..f98645f57c0a888cb7da62482698e96fb59a3169 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -82,6 +82,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
|
| virtual void SetTotalScrollOffset(const gfx::ScrollOffset& new_value) = 0;
|
| virtual gfx::ScrollOffset GetTotalScrollOffset() = 0;
|
| virtual bool IsExternalFlingActive() const = 0;
|
| + virtual void Update() const = 0;
|
| };
|
|
|
| typedef LayerImplList RenderSurfaceListType;
|
|
|