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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp

Issue 2903413002: Restructure type tracking in StyleValues to work better with new numeric types (Closed)
Patch Set: rebase Created 3 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/CSSResourceValueTest.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp b/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
index f2a45b997b085a5ae05dc60733d2306daeb98f9a..e0cb10b9a18c560ab3f066f908b9b9db12f950da 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp
@@ -16,7 +16,7 @@ class FakeCSSResourceValue : public CSSResourceValue {
ResourceStatus Status() const override { return status_; }
CSSValue* ToCSSValue() const override { return nullptr; }
- StyleValueType GetType() const override { return kUnknown; }
+ StyleValueType GetType() const override { return kUnknownType; }
private:
ResourceStatus status_;

Powered by Google App Engine
This is Rietveld 408576698