Index: ui/compositor/layer.h |
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h |
index d009af467b355ad32c2ef195f74732081cf857c4..c6a89dc8c7fa9d7994b34644031e5c24dc0a2927 100644 |
--- a/ui/compositor/layer.h |
+++ b/ui/compositor/layer.h |
@@ -282,7 +282,8 @@ class COMPOSITOR_EXPORT Layer |
surface_layer_.get(); |
} |
- void SetShowPaintedContent(); |
+ // Show a solid color instead of delegated or surface contents. |
+ void SetShowSolidColorContent(); |
// Sets the layer's fill color. May only be called for LAYER_SOLID_COLOR. |
void SetColor(SkColor color); |
@@ -397,7 +398,7 @@ class COMPOSITOR_EXPORT Layer |
virtual LayerAnimatorCollection* GetLayerAnimatorCollection() OVERRIDE; |
// Creates a corresponding composited layer for |type_|. |
- void CreateWebLayer(); |
+ void CreateCcLayer(); |
// Recomputes and sets to |cc_layer_|. |
void RecomputeDrawsContentAndUVRect(); |