| Index: third_party/WebKit/Source/web/WebGraphicsContextImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebGraphicsContextImpl.cpp b/third_party/WebKit/Source/web/WebGraphicsContextImpl.cpp
|
| index d40c99f06b8421895790a8a007fa673119036a0a..e5572fe3ab507fc9a18f93db0918e03264cf4f85 100644
|
| --- a/third_party/WebKit/Source/web/WebGraphicsContextImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebGraphicsContextImpl.cpp
|
| @@ -14,6 +14,7 @@ WebGraphicsContextImpl::WebGraphicsContextImpl(GraphicsContext& graphicsContext,
|
| : m_graphicsContext(graphicsContext)
|
| , m_client(client)
|
| , m_type(type)
|
| + , m_cacheSkipper(graphicsContext)
|
| #ifndef NDEBUG
|
| , m_hasBegunDrawing(false)
|
| #endif
|
|
|