Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: third_party/WebKit/Source/core/style/StylePendingImage.h

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/svg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/svg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698