| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 14c96499c0681c565645ff7043e1f4d8d43fcc5e..65eb3ce70bc2a57e70ef37cb552b5e8cc8733c0e 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -22,7 +22,7 @@
|
| #define CSSComputedStyleDeclaration_h
|
|
|
| #include "core/css/CSSStyleDeclaration.h"
|
| -#include "core/layout/style/LayoutStyleConstants.h"
|
| +#include "core/layout/style/ComputedStyleConstants.h"
|
| #include "platform/fonts/FixedPitchFontType.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -38,7 +38,7 @@ class ExceptionState;
|
| class MutableStylePropertySet;
|
| class Node;
|
| class LayoutObject;
|
| -class LayoutStyle;
|
| +class ComputedStyle;
|
| class ShadowData;
|
| class ShadowList;
|
| class StyleColor;
|
| @@ -84,7 +84,7 @@ private:
|
| virtual CSSRule* parentRule() const override;
|
| virtual unsigned length() const override;
|
| virtual String item(unsigned index) const override;
|
| - const LayoutStyle* computeLayoutStyle() const;
|
| + const ComputedStyle* computeComputedStyle() const;
|
| virtual String getPropertyValue(const String& propertyName) override;
|
| virtual String getPropertyPriority(const String& propertyName) override;
|
| virtual String getPropertyShorthand(const String& propertyName) override;
|
|
|