| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 4bcfdfbfd230e79f1183e20ab869979c5b3d871e..dde1ec2d2000d0d6b0e9b737d7ae3edc38c501e1 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -167,7 +167,7 @@ public:
|
| void setClipParent(WebLayer*);
|
|
|
| // For special cases, e.g. drawing missing tiles on Android.
|
| - // The compositor should never paint this color in normal cases because the RenderLayer
|
| + // The compositor should never paint this color in normal cases because the Layer
|
| // will paint background by itself.
|
| void setBackgroundColor(const Color&);
|
|
|
|
|