| Index: third_party/WebKit/Source/core/css/StylePropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| index 9019a488b6e602c1214e6d476efe8b6fe70d4620..2bf2b3d369e594f1cd6533c6139964a30e6a2045 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| @@ -155,6 +155,10 @@ class CORE_EXPORT StylePropertySet
|
| friend class PropertySetCSSStyleDeclaration;
|
| };
|
|
|
| +// Used for lazily parsing properties.
|
| +typedef Function<StylePropertySet*(), WTF::SameThreadAffinity>
|
| + DeferredPropertiesClosure;
|
| +
|
| class CORE_EXPORT ImmutableStylePropertySet : public StylePropertySet {
|
| public:
|
| ~ImmutableStylePropertySet();
|
|
|