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

Unified Diff: content/common/content_param_traits.h

Issue 201473002: Move webcursors code from webkit/ to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gfx image include Created 6 years, 9 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/common/browser_plugin/browser_plugin_messages.h ('k') | content/common/cursors/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_param_traits.h
diff --git a/content/common/content_param_traits.h b/content/common/content_param_traits.h
index 239fe5cc9d29bf85972538e6232d200fd11aff85..323e76cabadd06ca9d902e7769155cf31501c1ab 100644
--- a/content/common/content_param_traits.h
+++ b/content/common/content_param_traits.h
@@ -15,8 +15,8 @@
#define CONTENT_COMMON_CONTENT_PARAM_TRAITS_H_
#include "content/common/content_param_traits_macros.h"
+#include "content/common/cursors/webcursor.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
-#include "webkit/common/cursors/webcursor.h"
namespace gfx {
class Range;
@@ -37,8 +37,8 @@ struct ParamTraits<gfx::Range> {
};
template <>
-struct ParamTraits<WebCursor> {
- typedef WebCursor param_type;
+struct ParamTraits<content::WebCursor> {
+ typedef content::WebCursor param_type;
static void Write(Message* m, const param_type& p) {
p.Serialize(m);
}
« no previous file with comments | « content/common/browser_plugin/browser_plugin_messages.h ('k') | content/common/cursors/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698