| Index: cc/layers/solid_color_layer_impl.h
|
| diff --git a/cc/layers/solid_color_layer_impl.h b/cc/layers/solid_color_layer_impl.h
|
| index 97d40dbf268a6060df61b05d3ba825e731a68375..784514abdce66ca8d25906527c709b425b1b2e44 100644
|
| --- a/cc/layers/solid_color_layer_impl.h
|
| +++ b/cc/layers/solid_color_layer_impl.h
|
| @@ -17,6 +17,16 @@ class CC_EXPORT SolidColorLayerImpl : public LayerImpl {
|
| int id) {
|
| return make_scoped_ptr(new SolidColorLayerImpl(tree_impl, id));
|
| }
|
| +
|
| + static void AppendSolidQuads(
|
| + RenderPass* render_pass,
|
| + const OcclusionTracker<LayerImpl>& occlusion_tracker,
|
| + AppendQuadsData* append_quads_data,
|
| + SharedQuadState* shared_quad_state,
|
| + const gfx::Size& content_bounds,
|
| + const gfx::Transform& target_space_transform,
|
| + SkColor color);
|
| +
|
| virtual ~SolidColorLayerImpl();
|
|
|
| // LayerImpl overrides.
|
|
|