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

Unified Diff: Source/bindings/core/v8/SerializationTag.h

Issue 1024233002: compositor-worker: Introduce CompositorProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ctrl-z-bitfields Created 5 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 | « Source/bindings/core/v8/ScriptValueSerializer.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/SerializationTag.h
diff --git a/Source/bindings/core/v8/SerializationTag.h b/Source/bindings/core/v8/SerializationTag.h
index 3666126616ad4d106457fc7530af6ff43b46d421..7b49e803885c8cb0e3b2ad873fe8e0d755064813 100644
--- a/Source/bindings/core/v8/SerializationTag.h
+++ b/Source/bindings/core/v8/SerializationTag.h
@@ -78,6 +78,7 @@ enum SerializationTag {
NumberObjectTag = 'n', // value:double -> new Number(value) (ref)
TrueObjectTag = 'y', // new Boolean(true) (ref)
FalseObjectTag = 'x', // new Boolean(false) (ref)
+ CompositorProxyTag = 'C',
adamk 2015/05/19 21:38:53 Sorry for the month-late comment, but can you plea
sadrul 2015/05/23 23:53:43 Put up for review at: https://codereview.chromium.
VersionTag = 0xFF // version:uint32_t -> Uses this as the file version.
};
« no previous file with comments | « Source/bindings/core/v8/ScriptValueSerializer.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698