Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index b93a50425906f82d2738d9505006329066612874..1baa551dc4f0ad7ff782ffe411ef1f8b165dee86 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -541,6 +541,11 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
| const SharedQuadState* shared_quad_state, |
|
danakj
2014/06/19 16:01:14
Remove this version of the method, ie have the lay
sohanjg
2014/06/20 07:28:30
Done.
|
| AppendQuadsData* append_quads_data) const; |
| void AppendDebugBorderQuad(QuadSink* quad_sink, |
| + const gfx::Size& content_bounds, |
| + const SharedQuadState* shared_quad_state, |
| + AppendQuadsData* append_quads_data) const; |
| + void AppendDebugBorderQuad(QuadSink* quad_sink, |
| + const gfx::Size& content_bounds, |
| const SharedQuadState* shared_quad_state, |
| AppendQuadsData* append_quads_data, |
| SkColor color, |