| Index: cc/trees/proxy_impl.h
|
| diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h
|
| index ba4c8df03dc4f8b061aa57d5a5ac9631ed659643..b1127206e3eeb99c4e1482d2ec8eb22c6c552e2c 100644
|
| --- a/cc/trees/proxy_impl.h
|
| +++ b/cc/trees/proxy_impl.h
|
| @@ -36,6 +36,7 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient),
|
| TopControlsState current,
|
| bool animate);
|
| virtual void InitializeOutputSurfaceOnImpl(OutputSurface* output_surface);
|
| + virtual void InitializeMutatorOnImpl(LayerTreeMutator* mutator);
|
| virtual void MainThreadHasStoppedFlingingOnImpl();
|
| virtual void SetInputThrottledUntilCommitOnImpl(bool is_throttled);
|
| virtual void SetDeferCommitsOnImpl(bool defer_commits) const;
|
|
|