Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index fa6d63a978dcd91511b5ae2cb610a154c33958d2..95cf7b15cf665ca11d242655dad97eb999305858 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -90,7 +90,7 @@ class CC_EXPORT LayerTreeImpl { |
LayerImpl* FindRecycleTreeLayerById(int id); |
int MaxTextureSize() const; |
bool PinchGestureActive() const; |
- base::TimeTicks CurrentFrameTimeTicks() const; |
+ BeginFrameArgs CurrentBeginFrameArgs() const; |
base::TimeDelta begin_impl_frame_interval() const; |
void SetNeedsCommit(); |
gfx::Rect DeviceViewport() const; |