Chromium Code Reviews

Unified Diff: Source/core/css/CSSAspectRatioValue.h

Issue 26145005: DEFINE_CSS_VALUE_TYPE_CASTS starts to use DEFINE_TYPE_CASTS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/css/CSSAspectRatioValue.h
diff --git a/Source/core/css/CSSAspectRatioValue.h b/Source/core/css/CSSAspectRatioValue.h
index 0c4d70c133377cbd38a151f8df6a232da845c939..9644613b9bd1782427863df5cd01214630e55cc0 100644
--- a/Source/core/css/CSSAspectRatioValue.h
+++ b/Source/core/css/CSSAspectRatioValue.h
@@ -59,7 +59,7 @@ private:
float m_denominatorValue;
};
-DEFINE_CSS_VALUE_TYPE_CASTS(AspectRatioValue);
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSAspectRatioValue, isAspectRatioValue());
}

Powered by Google App Engine