Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index 99642cb2a26f7d3701a0a01d6c63693fc27ad109..dfbaaa808d4915d4a157088b8cd749f0bdc74078 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -168,6 +168,11 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
| LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; } |
| void PopulateSharedQuadState(SharedQuadState* state) const; |
| + void PopulateSharedQuadStateWithOverrides( |
|
enne (OOO)
2014/05/20 17:48:09
Just stick this function on PictureLayerImpl since
sohanjg
2014/05/21 10:32:38
Done.
|
| + 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 |