| Index: cc/test/proxy_impl_for_test.h
|
| diff --git a/cc/test/proxy_impl_for_test.h b/cc/test/proxy_impl_for_test.h
|
| index 891923238466dda12b9494e94ad099ac1e490187..97d5f89b1919696b73b85de1dabebde728057466 100644
|
| --- a/cc/test/proxy_impl_for_test.h
|
| +++ b/cc/test/proxy_impl_for_test.h
|
| @@ -31,9 +31,6 @@ class ProxyImplForTest : public ProxyImpl {
|
| const DelayedUniqueNotifier& smoothness_priority_expiration_notifier() const {
|
| return smoothness_priority_expiration_notifier_;
|
| }
|
| - const BeginFrameArgs& last_begin_frame_args() const {
|
| - return last_begin_main_frame_args_;
|
| - }
|
|
|
| ProxyImplForTest(
|
| TestHooks* test_hooks,
|
|
|