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

Unified Diff: webkit/common/cursors/webcursor.h

Issue 15971005: Move the WebCursor sources from webkit/glue to webkit/common/cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « content/renderer/webplugin_delegate_proxy.cc ('k') | webkit/common/cursors/webcursor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/cursors/webcursor.h
===================================================================
--- webkit/common/cursors/webcursor.h (revision 0)
+++ webkit/common/cursors/webcursor.h (working copy)
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_WEBCURSOR_H_
-#define WEBKIT_GLUE_WEBCURSOR_H_
+#ifndef WEBKIT_COMMON_CURSORS_WEBCURSOR_H_
+#define WEBKIT_COMMON_CURSORS_WEBCURSOR_H_
#include "base/basictypes.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/point.h"
#include "ui/gfx/size.h"
-#include "webkit/glue/webkit_glue_export.h"
+#include "webkit/common/webkit_common_export.h"
#include <vector>
@@ -35,7 +35,7 @@
// specific methods are provided to translate the cross-platform cursor into a
// platform specific cursor. It is also possible to serialize / de-serialize a
// WebCursor.
-class WEBKIT_GLUE_EXPORT WebCursor {
+class WEBKIT_COMMON_EXPORT WebCursor {
public:
struct CursorInfo {
explicit CursorInfo(WebKit::WebCursorInfo::Type cursor_type)
@@ -184,4 +184,4 @@
#endif
};
-#endif // WEBKIT_GLUE_WEBCURSOR_H_
+#endif // WEBKIT_COMMON_CURSORS_WEBCURSOR_H_
« no previous file with comments | « content/renderer/webplugin_delegate_proxy.cc ('k') | webkit/common/cursors/webcursor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698