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

Unified Diff: webkit/glue/webcursor_android.cc

Issue 9447084: Refactor Pickle Read methods to use higher performance PickleIterator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile (racing with incoming CLs) Created 8 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 | « webkit/glue/webcursor.cc ('k') | webkit/glue/webcursor_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webcursor_android.cc
diff --git a/webkit/glue/webcursor_android.cc b/webkit/glue/webcursor_android.cc
index 774133be2730d4125e2776dd125fa65fb664308e..54a8a1d7435be74ce6fa13b74eaeff135355e92b 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(PickleIterator* iter) {
return true;
}
« no previous file with comments | « webkit/glue/webcursor.cc ('k') | webkit/glue/webcursor_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698