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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.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/CSSStyleImageValueTest.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
index 939e40bb321ec4f651cfb79d70f97b9b6326eacb..40a261357dd6dde5a3fb5f8c03286fbeba1b3ae5 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
@@ -23,7 +23,7 @@ class FakeCSSStyleImageValue : public CSSStyleImageValue {
LayoutSize ImageLayoutSize() const override { return layout_size_; }
CSSValue* ToCSSValue() const override { return nullptr; }
- StyleValueType GetType() const override { return kUnknown; }
+ StyleValueType GetType() const override { return kUnknownType; }
private:
bool cache_pending_;

Powered by Google App Engine
This is Rietveld 408576698