Index: Source/core/html/canvas/WebGLRenderingContext.cpp |
diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp |
index e3c776b08143301784d109ff59bd9b62c7b91471..8619d8fe6142c19cf401a89924518d82297cdf78 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContext.cpp |
+++ b/Source/core/html/canvas/WebGLRenderingContext.cpp |
@@ -53,9 +53,9 @@ |
#include "core/html/canvas/WebGLDepthTexture.h" |
#include "core/html/canvas/WebGLDrawBuffers.h" |
#include "core/html/canvas/WebGLLoseContext.h" |
+#include "core/layout/LayoutBox.h" |
#include "core/loader/FrameLoader.h" |
#include "core/loader/FrameLoaderClient.h" |
-#include "core/rendering/RenderBox.h" |
#include "platform/CheckedInt.h" |
#include "platform/graphics/gpu/DrawingBuffer.h" |
#include "public/platform/Platform.h" |