diff options
Diffstat (limited to 'webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc')
-rw-r--r-- | webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc index c1e9a20..c70503e 100644 --- a/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc +++ b/webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc @@ -4,7 +4,7 @@ #include "webkit/common/gpu/grcontext_for_webgraphicscontext3d.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" #include "third_party/skia/include/gpu/GrContext.h" #include "third_party/skia/include/gpu/gl/GrGLInterface.h" |