| Index: third_party/WebKit/Source/web/WebGraphicsContextImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebGraphicsContextImpl.h b/third_party/WebKit/Source/web/WebGraphicsContextImpl.h
|
| index 954107656cc8dc6165d4e122bd09583e2697328b..0e1a9e464640c99812772aa3cedac9a1b8e5896e 100644
|
| --- a/third_party/WebKit/Source/web/WebGraphicsContextImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebGraphicsContextImpl.h
|
| @@ -6,6 +6,7 @@
|
| #define WebGraphicsContextImpl_h
|
|
|
| #include "platform/graphics/paint/DisplayItem.h"
|
| +#include "platform/graphics/paint/DisplayItemCacheSkipper.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| #include "public/web/WebGraphicsContext.h"
|
| #include "wtf/OwnPtr.h"
|
| @@ -33,6 +34,7 @@ private:
|
| DisplayItemClientWrapper m_client;
|
| DisplayItem::Type m_type;
|
| OwnPtr<DrawingRecorder> m_drawingRecorder;
|
| + DisplayItemCacheSkipper m_cacheSkipper;
|
| #ifndef NDEBUG
|
| bool m_hasBegunDrawing;
|
| #endif
|
|
|