| Index: webkit/common/gpu/webkit_gpu_export.h
|
| diff --git a/webkit/gpu/webkit_gpu_export.h b/webkit/common/gpu/webkit_gpu_export.h
|
| similarity index 81%
|
| rename from webkit/gpu/webkit_gpu_export.h
|
| rename to webkit/common/gpu/webkit_gpu_export.h
|
| index 486f78e79d5d2ccdf88d0b4cdf19ac13c66ec46a..2fb0c95b0caa0dcb354fc6ea32870979c642d8df 100644
|
| --- a/webkit/gpu/webkit_gpu_export.h
|
| +++ b/webkit/common/gpu/webkit_gpu_export.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_WEBKIT_GPU_EXPORT_H_
|
| -#define WEBKIT_GPU_WEBKIT_GPU_EXPORT_H_
|
| +#ifndef WEBKIT_COMMON_GPU_WEBKIT_GPU_EXPORT_H_
|
| +#define WEBKIT_COMMON_GPU_WEBKIT_GPU_EXPORT_H_
|
|
|
| #if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
| @@ -26,4 +26,4 @@
|
| #define WEBKIT_GPU_EXPORT
|
| #endif
|
|
|
| -#endif // WEBKIT_GPU_WEBKIT_GPU_EXPORT_H_
|
| +#endif // WEBKIT_COMMON_GPU_WEBKIT_GPU_EXPORT_H_
|
|
|