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

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: Fix test compiler errors 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
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..321a0301e53925b8d34fd052c65795975dd07836 100644
--- a/cc/test/fake_layer_tree_host_impl_client.h
+++ b/cc/test/fake_layer_tree_host_impl_client.h
@@ -17,7 +17,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
virtual void OnVSyncParametersChanged(
base::TimeTicks,
base::TimeDelta) OVERRIDE {}
- virtual void DidVSync(base::TimeTicks frame_time) OVERRIDE {}
+ virtual void DidBeginFrame(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,7 +37,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
virtual void RenewTreePriority() OVERRIDE {}
virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta)
OVERRIDE {}
- virtual void DidReceiveLastInputEventForVSync(base::TimeTicks frame_time)
+ virtual void DidReceiveLastInputEventForBeginFrame(base::TimeTicks frame_time)
OVERRIDE {}
virtual void DidActivatePendingTree() OVERRIDE {}
};

Powered by Google App Engine
This is Rietveld 408576698