diff options
Diffstat (limited to 'webkit/common/gpu')
5 files changed, 7 insertions, 7 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" diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h index 6e2beef..de1ef9f 100644 --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h @@ -12,8 +12,8 @@ #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "gpu/command_buffer/client/gpu_memory_buffer.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "ui/gfx/native_widget_types.h" #include "webkit/common/gpu/webkit_gpu_export.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc index 3129947..782a750 100644 --- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.cc @@ -15,7 +15,7 @@ #include "base/memory/scoped_ptr.h" #include "base/strings/string_split.h" #include "base/synchronization/lock.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "ui/gl/gl_bindings.h" #include "ui/gl/gl_bindings_skia_in_process.h" #include "ui/gl/gl_context.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h index a631c29..4a26265 100644 --- a/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_impl.h @@ -11,8 +11,8 @@ #include "base/compiler_specific.h" #include "base/hash_tables.h" #include "base/memory/ref_counted.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebString.h" #include "third_party/angle/include/GLSLANG/ShaderLang.h" #include "ui/gfx/native_widget_types.h" #include "webkit/common/gpu/webkit_gpu_export.h" diff --git a/webkit/common/gpu/webgraphicscontext3d_provider_impl.h b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h index 8dc28e8..da52123 100644 --- a/webkit/common/gpu/webgraphicscontext3d_provider_impl.h +++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3DProvider.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3DProvider.h" #include "webkit/common/gpu/webkit_gpu_export.h" namespace cc { class ContextProvider; } |