Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
index 829cdb8fb66916bdd22a5e9a786b74057c50b9d2..16cd63e3fb09472193b224269a6ca6a60b69aa09 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
@@ -61,6 +61,7 @@ |
#include "core/rendering/RenderTheme.h" |
#include "platform/fonts/FontCache.h" |
#include "platform/geometry/FloatQuad.h" |
+#include "platform/graphics/BitmapImage.h" |
Justin Novosad
2014/07/24 17:49:22
No longer needed
Rémi Piotaix
2014/07/25 18:21:00
Done.
|
#include "platform/graphics/DrawLooperBuilder.h" |
#include "platform/graphics/GraphicsContextStateSaver.h" |
#include "platform/text/TextRun.h" |