Index: cc/trees/layer_tree_host_client.h |
diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h |
index 03c2431f87476bcb135709d2745313b6e735d33d..75b96f119d376a28cbb107ab4c643b8649414b13 100644 |
--- a/cc/trees/layer_tree_host_client.h |
+++ b/cc/trees/layer_tree_host_client.h |
@@ -59,6 +59,8 @@ class LayerTreeHostClient { |
virtual void DidReceiveCompositorFrameAck() = 0; |
virtual void DidCompletePageScaleAnimation() = 0; |
+ virtual bool IsForSubframe() = 0; |
+ |
protected: |
virtual ~LayerTreeHostClient() {} |
}; |