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" |