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

Unified Diff: content/public/common/webkit_param_traits.h

Issue 9368052: Removed WebTextCheckingResult legacy API use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added IPC serialization traits for WebString, Fixed mac build break. Created 8 years, 10 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 | « chrome/common/spellcheck_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/webkit_param_traits.h
diff --git a/content/public/common/webkit_param_traits.h b/content/public/common/webkit_param_traits.h
index 786b8ec9383575b9c68244e8e3ca4c88b5187742..ccfc788a7ee43693dfb6d90fcbaf5c8d7a32584e 100644
--- a/content/public/common/webkit_param_traits.h
+++ b/content/public/common/webkit_param_traits.h
@@ -232,6 +232,11 @@ struct ParamTraits<WebInputEventPointer> {
};
template <>
+struct SimilarTypeTraits<WebKit::WebString> {
Hironori Bono 2012/02/10 08:12:52 Sorry, my previous comment was wrong. This 'Simila
+ typedef string16 Type;
+};
+
+template <>
struct SimilarTypeTraits<WebKit::WebTextDirection> {
typedef int Type;
};
« no previous file with comments | « chrome/common/spellcheck_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698