| Index: Source/core/layout/compositing/CompositingState.h
|
| diff --git a/Source/core/layout/compositing/CompositingState.h b/Source/core/layout/compositing/CompositingState.h
|
| index b56514b9a4d1ff1208aa6c34c38b2418c91f1f28..a8f62a8c00dcf8608e9fdc0d5a58c6ccc4652af4 100644
|
| --- a/Source/core/layout/compositing/CompositingState.h
|
| +++ b/Source/core/layout/compositing/CompositingState.h
|
| @@ -13,8 +13,8 @@ enum CompositingState {
|
|
|
| PaintsIntoOwnBacking = 1,
|
|
|
| - // In this state, the RenderLayer subtree paints into a backing that is shared by
|
| - // several RenderLayer subtrees.
|
| + // In this state, the Layer subtree paints into a backing that is shared by
|
| + // several Layer subtrees.
|
| PaintsIntoGroupedBacking = 2
|
| };
|
|
|
|
|