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

Unified Diff: Source/platform/graphics/DrawLooperBuilder.h

Issue 1008173003: Move SkPaint mangement for 2D canvas into CanvasRenderingContext2DState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixup2 Created 5 years, 9 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: Source/platform/graphics/DrawLooperBuilder.h
diff --git a/Source/platform/graphics/DrawLooperBuilder.h b/Source/platform/graphics/DrawLooperBuilder.h
index d5e983f3d0eb2fc41101f4a5980b5c77ecd1fe18..ae9b73e41bdf52665f110ba59283b2d1b7103e53 100644
--- a/Source/platform/graphics/DrawLooperBuilder.h
+++ b/Source/platform/graphics/DrawLooperBuilder.h
@@ -32,6 +32,7 @@
#define DrawLooperBuilder_h
#include "platform/PlatformExport.h"
+#include "platform/graphics/skia/SkiaUtils.h"
Stephen White 2015/03/19 20:35:17 Could this be in the .cpp instead?
Stephen White 2015/03/19 20:35:17 Is there a reason this has to be in the header, or
Justin Novosad 2015/03/19 21:03:36 Acknowledged.
#include "third_party/skia/include/effects/SkLayerDrawLooper.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassOwnPtr.h"

Powered by Google App Engine
This is Rietveld 408576698