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

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

Issue 1415143005: Preparation for enabling slimming paint synchronized painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix webkit_unit_tests 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.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

Powered by Google App Engine
This is Rietveld 408576698