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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h

Issue 2036893003: [CSS Typed OM] Rename StyleValue -> CSSStyleValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update order of core.gypi Created 4 years, 6 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
Index: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
index b5aac9517c86030f8318251847e697aa97ecc505..37b5633900c340ab3bd2a368af99745ceea7238d 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
@@ -6,11 +6,11 @@
#define CSSAngleValue_h
#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/cssom/StyleValue.h"
+#include "core/css/cssom/CSSStyleValue.h"
namespace blink {
-class CORE_EXPORT CSSAngleValue final : public StyleValue {
+class CORE_EXPORT CSSAngleValue final : public CSSStyleValue {
WTF_MAKE_NONCOPYABLE(CSSAngleValue);
DEFINE_WRAPPERTYPEINFO();
public:

Powered by Google App Engine
This is Rietveld 408576698