| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index c90996423c64ee535a9fbb6f0bc9b831a0b76b33..e72e92790c6f1c6baa1c02bfab7fb285e82ad27a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -996,10 +996,10 @@ void Element::decrementCompositorProxiedProperties(uint32_t mutableProperties)
|
| uint32_t Element::compositorMutableProperties() const
|
| {
|
| if (!hasRareData())
|
| - return WebCompositorMutablePropertyNone;
|
| + return CompositorMutablePropertyNone;
|
| if (CompositorProxiedPropertySet* set = elementRareData()->proxiedPropertyCounts())
|
| return set->proxiedProperties();
|
| - return WebCompositorMutablePropertyNone;
|
| + return CompositorMutablePropertyNone;
|
| }
|
|
|
| bool Element::hasNonEmptyLayoutSize() const
|
|
|