Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 304dbb9cb9024f6766329d769bcd626d0c9f508d..2ba8038f6e29d9aad3379fb09d2c208e8ba96178 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -68,6 +68,7 @@ class CC_EXPORT LayerTreeImpl { |
bool PinchGestureActive() const; |
base::TimeTicks CurrentFrameTimeTicks() const; |
base::Time CurrentFrameTime() const; |
+ base::TimeTicks CurrentPhysicalTimeTicks() const; |
void SetNeedsCommit(); |
// Tree specific methods exposed to layer-impl tree. |