Index: webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
index ae45c83bbb13c698e1d1f1a1138ac0ed287b58ab..92e99de460b701eefeeda5084f2915000efc7bc7 100644 |
--- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
+++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc |
@@ -6,10 +6,12 @@ |
#include "base/debug/trace_event.h" |
#include "base/lazy_instance.h" |
+#include "gpu/blink/webgraphicscontext3d_impl.h" |
#include "gpu/command_buffer/client/gles2_lib.h" |
#include "third_party/skia/include/gpu/GrContext.h" |
#include "third_party/skia/include/gpu/gl/GrGLInterface.h" |
-#include "webkit/common/gpu/webgraphicscontext3d_impl.h" |
+ |
+using gpu_blink::WebGraphicsContext3DImpl; |
namespace webkit { |
namespace gpu { |