Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: webkit/common/gpu/webkit_gpu_export.h

Issue 16046003: Move webkit/gpu into webkit/common/gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix includes in content/common/gpu/client/gl_helper_* Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/gpu/webkit_gpu.gyp ('k') | webkit/gpu/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/common/gpu/webkit_gpu.gyp ('k') | webkit/gpu/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698