| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 5b7e2173700f9d4932e2709be00b7211c1e0d3f2..d308f607716629d1d0c2ea0cb6f74b39652bc062 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -273,6 +273,8 @@ class COMPOSITOR_EXPORT Layer
|
| void TakeUnusedResourcesForChildCompositor(
|
| cc::ReturnedResourceArray* array);
|
|
|
| + void SetShowPaintedContent();
|
| +
|
| // Sets the layer's fill color. May only be called for LAYER_SOLID_COLOR.
|
| void SetColor(SkColor color);
|
|
|
|
|