| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| index e9d2b73d5a6e87ee84d91d7e8b565fd59ae17787..5f9ab337c16932c00323b3ae34f471af5112f562 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
|
| @@ -58,9 +58,8 @@ enum {
|
| LayerTreeIncludesRootLayer = 1 << 3,
|
| LayerTreeIncludesClipAndScrollParents = 1 << 4,
|
| LayerTreeIncludesCompositingReasons = 1 << 5,
|
| - OutputChildrenAsLayerList =
|
| - 1
|
| - << 6, // Outputs all children of the given layer as a layer list, in paint order.
|
| + OutputChildrenAsLayerList = 1 << 6, // Outputs all children of the given
|
| + // layer as a layer list, in paint order.
|
| };
|
| typedef unsigned LayerTreeFlags;
|
|
|
|
|