| Index: cc/trees/proxy_impl.h
|
| diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h
|
| index 3dd226549cc99cfb3f231164c0eea88301d23a7d..be33ecc5f59e16ef62c21253292ce5441221b717 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;
|
|
|