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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.h

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 7 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/scheduler/scheduler_unittest.cc ('k') | cc/test/fake_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_impl_client.h
diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
index abcebf1f2f22ebd24e4f5db5c9d9bb969a2f7599..7a16830082d0d79b86b3eebce8366d9b05748a0a 100644
--- a/cc/test/fake_layer_tree_host_impl_client.h
+++ b/cc/test/fake_layer_tree_host_impl_client.h
@@ -17,7 +17,8 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
virtual void OnVSyncParametersChanged(
base::TimeTicks,
base::TimeDelta) OVERRIDE {}
- virtual void DidVSync(base::TimeTicks frame_time) OVERRIDE {}
+ virtual void BeginFrameOnImplThread(base::TimeTicks frame_time)
+ OVERRIDE {}
virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {}
virtual void OnHasPendingTreeStateChanged(bool has_pending_tree) OVERRIDE {}
virtual void SetNeedsRedrawOnImplThread() OVERRIDE {}
@@ -37,8 +38,8 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
virtual void RenewTreePriority() OVERRIDE {}
virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta)
OVERRIDE {}
- virtual void DidReceiveLastInputEventForVSync(base::TimeTicks frame_time)
- OVERRIDE {}
+ virtual void DidReceiveLastInputEventForBeginFrameOnImplThread(
+ base::TimeTicks frame_time) OVERRIDE {}
virtual void DidActivatePendingTree() OVERRIDE {}
};
« no previous file with comments | « cc/scheduler/scheduler_unittest.cc ('k') | cc/test/fake_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698