| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 9d3947cb3dac150843a5e20bfc2230cb3b89cf3b..9a67d5d95471403920880f7c0d22751f968cdb5c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -32,18 +32,11 @@
|
|
|
| namespace blink {
|
|
|
| -class CSSPrimitiveValue;
|
| -class CSSValueList;
|
| class CSSVariableData;
|
| class ExceptionState;
|
| class MutableStylePropertySet;
|
| class Node;
|
| -class LayoutObject;
|
| class ComputedStyle;
|
| -class ShadowData;
|
| -class ShadowList;
|
| -class StyleColor;
|
| -class StylePropertyShorthand;
|
|
|
| class CORE_EXPORT CSSComputedStyleDeclaration final
|
| : public CSSStyleDeclaration {
|
|
|