| Index: cc/trees/proxy_main.h
|
| diff --git a/cc/trees/proxy_main.h b/cc/trees/proxy_main.h
|
| index 662731244bfa70e3660975e440a06b0967c3d7e0..28a525a6d9145164d91700f2a238c356ba7f0f53 100644
|
| --- a/cc/trees/proxy_main.h
|
| +++ b/cc/trees/proxy_main.h
|
| @@ -21,6 +21,7 @@ class AnimationEvents;
|
| class BeginFrameSource;
|
| class ChannelMain;
|
| class LayerTreeHost;
|
| +class LayerTreeMutator;
|
|
|
| // This class aggregates all interactions that the impl side of the compositor
|
| // needs to have with the main side.
|
| @@ -103,6 +104,7 @@ class CC_EXPORT ProxyMain : public Proxy {
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source) override;
|
| void Stop() override;
|
| bool SupportsImplScrolling() const override;
|
| + void SetMutator(std::unique_ptr<LayerTreeMutator> mutator) override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override;
|
| void ReleaseOutputSurface() override;
|
|
|