| Index: content/common/content_param_traits.h
 | 
| diff --git a/content/common/content_param_traits.h b/content/common/content_param_traits.h
 | 
| index 61107aa06e187ec6dd73a8057e10451e3a32006f..660c291a56a93565847a864ba099e31943e3ed85 100644
 | 
| --- a/content/common/content_param_traits.h
 | 
| +++ b/content/common/content_param_traits.h
 | 
| @@ -42,6 +42,7 @@ typedef const blink::WebInputEvent* WebInputEventPointer;
 | 
|  template <>
 | 
|  struct ParamTraits<WebInputEventPointer> {
 | 
|    typedef WebInputEventPointer param_type;
 | 
| +  static void GetSize(base::PickleSizer* s, const param_type& p);
 | 
|    static void Write(base::Pickle* m, const param_type& p);
 | 
|    // Note: upon read, the event has the lifetime of the message.
 | 
|    static bool Read(const base::Pickle* m,
 | 
| 
 |