| Index: ui/gfx/compositor/layer.h
|
| diff --git a/ui/gfx/compositor/layer.h b/ui/gfx/compositor/layer.h
|
| index 1dbf3f9f39e738c1b58915ae6c7d906be3073dff..47b6a5552e7bdaef4f1e67b4aac3ddbe0608d5b9 100644
|
| --- a/ui/gfx/compositor/layer.h
|
| +++ b/ui/gfx/compositor/layer.h
|
| @@ -179,7 +179,7 @@ class COMPOSITOR_EXPORT Layer :
|
| void DrawTree();
|
|
|
| // Sometimes the Layer is being updated by something other than SetCanvas
|
| - // (e.g. the GPU process on TOUCH_UI).
|
| + // (e.g. the GPU process on UI_COMPOSITOR_IMAGE_TRANSPORT).
|
| bool layer_updated_externally() const { return layer_updated_externally_; }
|
|
|
| // WebLayerClient
|
|
|