Chromium Code Reviews| Index: Source/core/html/parser/HTMLSrcsetParser.h |
| diff --git a/Source/core/html/parser/HTMLSrcsetParser.h b/Source/core/html/parser/HTMLSrcsetParser.h |
| index bb53cb893c90f0ed051243083120043e7ec5994d..fe8266e7cc43399ed9b49640db1f24ae259069a6 100644 |
| --- a/Source/core/html/parser/HTMLSrcsetParser.h |
| +++ b/Source/core/html/parser/HTMLSrcsetParser.h |
| @@ -70,7 +70,7 @@ private: |
| ImageCandidate bestFitSourceForSrcsetAttribute(float deviceScaleFactor, const String& srcsetAttribute); |
| -String bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, const String& srcsetAttribute); |
| +String bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, const String& srcsetAttribute, float& scaleFactor); |
|
pdr.
2013/10/11 05:17:33
This is a little confusing because the function re
Yoav Weiss
2013/10/11 07:22:32
OK.
|
| String bestFitSourceForImageAttributes(float deviceScaleFactor, const String& srcAttribute, ImageCandidate& srcsetImageCandidate); |