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

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

Issue 30963002: 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. 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 | « Source/core/css/CSSShaderValue.h ('k') | Source/core/css/CSSTimingFunctionValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSShadowValue.h
diff --git a/Source/core/css/CSSShadowValue.h b/Source/core/css/CSSShadowValue.h
index 39c40fdb5ac4d10c453d762f07f3de1d2a5dc69a..79fe736c6f51fcb7477ee132e1036d0aa1f989c6 100644
--- a/Source/core/css/CSSShadowValue.h
+++ b/Source/core/css/CSSShadowValue.h
@@ -62,7 +62,7 @@ private:
PassRefPtr<CSSPrimitiveValue> color);
};
-DEFINE_CSS_VALUE_TYPE_CASTS(ShadowValue);
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSShadowValue, isShadowValue());
} // namespace
« no previous file with comments | « Source/core/css/CSSShaderValue.h ('k') | Source/core/css/CSSTimingFunctionValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698