| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index c10710c4000f77f706b20833e8561ec6c3e1c14e..20847fb4ef6b264ea7b40b872b48f9a9106d2358 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -567,6 +567,11 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
|
| SkColor color,
|
| float width) const;
|
|
|
| + void AppendSolidQuads(RenderPass* render_pass,
|
| + const OcclusionTracker<LayerImpl>& occlusion_tracker,
|
| + AppendQuadsData* append_quads_data,
|
| + SkColor color);
|
| +
|
| void NoteLayerPropertyChanged();
|
| void NoteLayerPropertyChangedForSubtree();
|
|
|
|
|