Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: third_party/WebKit/Source/web/WebGraphicsContextImpl.h

Issue 1415143005: Preparation for enabling slimming paint synchronized painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698