Index: Source/core/platform/graphics/GraphicsContext3D.cpp |
diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/core/platform/graphics/GraphicsContext3D.cpp |
index fdc69e609daa1eed6babb57a7c03fe489bbd8fce..24b0cc67f79d1c15065ab1b9ce5012d3d669c79e 100644 |
--- a/Source/core/platform/graphics/GraphicsContext3D.cpp |
+++ b/Source/core/platform/graphics/GraphicsContext3D.cpp |
@@ -30,7 +30,6 @@ |
#include "core/platform/graphics/GraphicsContext3D.h" |
#include "core/html/ImageData.h" |
-#include "core/html/canvas/CheckedInt.h" |
#include "core/platform/graphics/Extensions3D.h" |
#include "core/platform/graphics/GraphicsContext.h" |
#include "core/platform/graphics/Image.h" |
@@ -38,6 +37,7 @@ |
#include "core/platform/graphics/ImageObserver.h" |
#include "core/platform/graphics/gpu/DrawingBuffer.h" |
#include "core/platform/image-decoders/ImageDecoder.h" |
+#include "platform/CheckedInt.h" |
#include "third_party/skia/include/gpu/GrContext.h" |
#include "third_party/skia/include/gpu/gl/GrGLInterface.h" |
#include "wtf/CPU.h" |