Chromium Code Reviews| 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. |
| }; |