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 652c7083354b8742e31f17c2ec36f0a5e908576a..6ab13341cdf0d23cc5a19d6987f8fa35f1ce570a 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 |