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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 184023002: Change LayerHostImpl to use frame time from BeginFrameArgs rather than ::Now() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing background ticking, trying to fix tests, lots of other small updates. Created 6 years, 9 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.h
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
index b652a9168c14677c93d15d0a6435c87e899892a4..e6a322a8f9f8b0136cfbd167d5f7ffe9bc0953b0 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -26,7 +26,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
virtual void CreatePendingTree() OVERRIDE;
- virtual base::TimeTicks CurrentFrameTimeTicks() OVERRIDE;
+ virtual base::TimeTicks CurrentFrameTimeTicks() const OVERRIDE;
void SetCurrentFrameTimeTicks(base::TimeTicks current_frame_time_ticks);
using LayerTreeHostImpl::ActivatePendingTree;

Powered by Google App Engine
This is Rietveld 408576698