| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| index 7c8dcd9cd0c57b7c5c568486968b4e56e6443333..1a34b376eaa401996c609988f3bb97b02ec62509 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| @@ -43,6 +43,10 @@ public:
|
| // processing should not proceed.
|
| virtual bool checkPrototype() = 0;
|
|
|
| + // Cache properties for build to use. Return false if processing
|
| + // should not proceed.
|
| + virtual bool rememberOriginalProperties() = 0;
|
| +
|
| // Produce the definition. This must produce a definition.
|
| virtual CustomElementDefinition* build(const CustomElementDescriptor&) = 0;
|
| };
|
|
|