Index: webkit/glue/webcursor_android.cc |
diff --git a/webkit/glue/webcursor_android.cc b/webkit/glue/webcursor_android.cc |
index 774133be2730d4125e2776dd125fa65fb664308e..a1fd96841d4fc4b4292660b46fe5a30cbc0c8b9d 100644 |
--- a/webkit/glue/webcursor_android.cc |
+++ b/webkit/glue/webcursor_android.cc |
@@ -14,7 +14,7 @@ bool WebCursor::SerializePlatformData(Pickle* pickle) const { |
return true; |
} |
-bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { |
+bool WebCursor::DeserializePlatformData(PickleReader* iter) { |
return true; |
} |