Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 16747aa9a5bc258a58f854d10b38aad737c22e2d..bf97363c06bd8d2ac2b1109f1382552ec45a26b8 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -159,6 +159,11 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } |
void PopulateSharedQuadState(SharedQuadState* state) const; |
+ void PopulateSharedQuadStateWithOverrides( |
+ SharedQuadState* state, |
+ gfx::Transform target_space_transform, |
+ gfx::Size content_bounds, |
+ gfx::Rect visible_content_rect) const; |
// WillDraw must be called before AppendQuads. If WillDraw returns false, |
// AppendQuads and DidDraw will not be called. If WillDraw returns true, |
// DidDraw is guaranteed to be called before another WillDraw or before |