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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h

Issue 1922393002: CC Animation: Unify ElementId in Blink Compositor Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@player
Patch Set: Remove NextElementId. Created 4 years, 7 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
index b3115076ca8186e397a9eca4cc3648ba58992a8d..2c696f1a47e5b456536650233ee2c4375002ffc7 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
@@ -180,6 +180,7 @@ protected:
}
}
+ void doWriteInt32(int32_t value);
void doWriteUint32(uint32_t value);
void doWriteUint64(uint64_t value);
void doWriteNumber(double number);
@@ -530,6 +531,7 @@ protected:
bool readWebCoreString(String*);
bool readUint32(v8::Local<v8::Value>*);
+ bool doReadInt32(int32_t* value);
bool doReadUint32(uint32_t* value);
private:
« no previous file with comments | « cc/trees/mutator_host_client.h ('k') | third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698