Chromium Code Reviews| 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; |
|
pdr.
2015/10/29 04:06:10
I wouldn't expect WebGraphicsContext to disable ca
Xianzhu
2015/10/29 04:22:01
WebGraphicsContext seems to expect that no cache e
chrishtr
2015/10/29 20:22:46
Let's delete the beginDrawing()/endDrawing() metho
|
| #ifndef NDEBUG |
| bool m_hasBegunDrawing; |
| #endif |