| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index fbdd70e257f062a0a6db80c6d54f7dabb544bf77..1d27d98690c6638bb0ff17615482f0bc5efaedc4 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -58,6 +58,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void UpdateBrowserControlsState(BrowserControlsState constraints,
|
| BrowserControlsState current,
|
| bool animate) override;
|
| + void ResetTrees() override {}
|
|
|
| // SchedulerClient implementation
|
| void WillBeginImplFrame(const BeginFrameArgs& args) override;
|
|
|