Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5099)

Unified Diff: cc/test/proxy_impl_for_test.h

Issue 1897123002: Remove current implementation of frame timing events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/proxy_main_for_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/proxy_main_for_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698