| Index: third_party/WebKit/public/platform/WebContentLayerClient.h
|
| diff --git a/third_party/WebKit/public/platform/WebContentLayerClient.h b/third_party/WebKit/public/platform/WebContentLayerClient.h
|
| index eb2ccdcf4089a71f8a6d128f40c0ed4d28b6cd4d..ca0c52081134d29bcf6a5e4ed35b2e1531c52c6a 100644
|
| --- a/third_party/WebKit/public/platform/WebContentLayerClient.h
|
| +++ b/third_party/WebKit/public/platform/WebContentLayerClient.h
|
| @@ -43,7 +43,8 @@ public:
|
| PaintDefaultBehavior,
|
| DisplayListConstructionDisabled,
|
| DisplayListCachingDisabled,
|
| - DisplayListPaintingDisabled
|
| + DisplayListPaintingDisabled,
|
| + SubsequenceCachingDisabled
|
| };
|
|
|
| // The paintable region is the rectangular region, within the bounds of the layer
|
|
|