| Index: third_party/WebKit/Source/core/style/StylePendingImage.h
|
| diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| index 9ec388cf074a80f3b42c61b37cfbb3f7a0345488..3aa27bac79e2051f97bc8d1d8d48d678d3e4b499 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| +++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
|
| @@ -26,7 +26,6 @@
|
| #ifndef StylePendingImage_h
|
| #define StylePendingImage_h
|
|
|
| -#include "core/css/CSSCursorImageValue.h"
|
| #include "core/css/CSSImageGeneratorValue.h"
|
| #include "core/css/CSSImageSetValue.h"
|
| #include "core/css/CSSImageValue.h"
|
| @@ -67,10 +66,6 @@ class StylePendingImage final : public StyleImage {
|
| ? toCSSImageGeneratorValue(m_value.get())
|
| : 0;
|
| }
|
| - CSSCursorImageValue* cssCursorImageValue() const {
|
| - return m_value->isCursorImageValue() ? toCSSCursorImageValue(m_value.get())
|
| - : 0;
|
| - }
|
| CSSImageSetValue* cssImageSetValue() const {
|
| return m_value->isImageSetValue() ? toCSSImageSetValue(m_value.get()) : 0;
|
| }
|
|
|