| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| index 2f402fbd9e7f6e858fa4fe246a4c980013bf57e4..82e02170a4446204fafc009222508df5af3f4c35 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -107,7 +107,8 @@ public:
|
| VideoBitmap,
|
| WebPlugin,
|
| WebFont,
|
| - DrawingLast = WebFont,
|
| + ReflectionMask,
|
| + DrawingLast = ReflectionMask,
|
|
|
| CachedDrawingFirst,
|
| CachedDrawingLast = CachedDrawingFirst + DrawingLast - DrawingFirst,
|
|
|