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

Unified Diff: third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h

Issue 2596203002: Return sizes' default effective size as float (Closed)
Patch Set: Created 4 years 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 | « no previous file | third_party/WebKit/Source/core/css/parser/SizesAttributeParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h b/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h
index e1fd557653b43b41b35483a7c4b1dfdf99745455..ed96f5562caa0b18eef0d97316f84c8b4c0479f9 100644
--- a/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h
+++ b/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h
@@ -27,7 +27,7 @@ class CORE_EXPORT SizesAttributeParser {
float effectiveSize();
bool calculateLengthInPixels(CSSParserTokenRange, float& result);
bool mediaConditionMatches(MediaQuerySet* mediaCondition);
- unsigned effectiveSizeDefaultValue();
+ float effectiveSizeDefaultValue();
Member<MediaQuerySet> m_mediaCondition;
Member<MediaValues> m_mediaValues;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/SizesAttributeParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698