Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPICursor.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPICursor.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPICursor.cpp |
index dc663be345acb62f4d01863b947722e2e52fcac8..7e064d914ec3f90a9d547e4fd1d25930ee610c31 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPICursor.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPICursor.cpp |
@@ -13,6 +13,8 @@ |
namespace blink { |
+using CSSCursorImageValue = cssvalue::CSSCursorImageValue; |
+ |
const CSSValue* CSSPropertyAPICursor::parseSingleValue( |
CSSParserTokenRange& range, |
const CSSParserContext* context) { |