Chromium Code Reviews| 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; |
| }; |