| Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| similarity index 98%
|
| rename from webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| rename to webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index cf06e8e942f5407fed0711bceb7f5eb92e070a83..6e2beef2fd6955967fa759588a8663ba5a13e6b5 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
|
| -#define WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
|
| +#ifndef WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
|
| +#define WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
|
|
|
| #if defined(ENABLE_GPU)
|
|
|
| @@ -15,7 +15,7 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| -#include "webkit/gpu/webkit_gpu_export.h"
|
| +#include "webkit/common/gpu/webkit_gpu_export.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| @@ -607,4 +607,4 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| } // namespace webkit
|
|
|
| #endif // defined(ENABLE_GPU)
|
| -#endif // WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
|
| +#endif // WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
|
|
|