| Index: webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_provider_impl.h b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| similarity index 79%
|
| rename from webkit/gpu/webgraphicscontext3d_provider_impl.h
|
| rename to webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| index 921dd525398f6a6d165880be14e69e362dcb07ac..8dc28e8fe6f19a591d8e0a84a856367392784b0b 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_provider_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_provider_impl.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_PROVIDER_IMPL_H_
|
| -#define WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_PROVIDER_IMPL_H_
|
| +#ifndef WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_PROVIDER_IMPL_H_
|
| +#define WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_PROVIDER_IMPL_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3DProvider.h"
|
| -#include "webkit/gpu/webkit_gpu_export.h"
|
| +#include "webkit/common/gpu/webkit_gpu_export.h"
|
|
|
| namespace cc { class ContextProvider; }
|
|
|
| @@ -33,4 +33,4 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DProviderImpl
|
| } // namespace gpu
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_GPU_WEBGRAPHICSCONTEXT3D_PROVIDER_IMPL_H_
|
| +#endif // WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_PROVIDER_IMPL_H_
|
|
|