| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index b3bca69f83b445e93dd3ab470e54b42ec7f21d6f..3127cb430ee9ad3ed7b7674f74cda114ed68a623 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -32,6 +32,7 @@ class FakeProxy : public Proxy {
|
| virtual void SetNeedsUpdateLayers() OVERRIDE {}
|
| virtual void SetNeedsCommit() OVERRIDE {}
|
| virtual void SetNeedsRedraw(gfx::Rect damage_rect) OVERRIDE {}
|
| + virtual void SetNextCommitWaitsForActivation() OVERRIDE {}
|
| virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
|
| virtual void SetDeferCommits(bool defer_commits) OVERRIDE {}
|
| virtual void MainThreadHasStoppedFlinging() OVERRIDE {}
|
|
|