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; |