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

Unified Diff: third_party/WebKit/Source/core/css/CSSCrossfadeValue.h

Issue 1756763004: Merge image sizing algorithms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extend test to cover svg and non-svg case Created 4 years, 10 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/CSSCrossfadeValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
index 0a3a9d6d38d050fe0e176bd4ce46d2415cab07c2..4ecacbe846e2a38e56646ce2970622b400878475 100644
--- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
@@ -54,7 +54,7 @@ public:
PassRefPtr<Image> image(const LayoutObject*, const IntSize&);
bool isFixedSize() const { return true; }
- IntSize fixedSize(const LayoutObject*);
+ IntSize fixedSize(const LayoutObject*, const FloatSize&);
bool isPending() const;
bool knownToBeOpaque(const LayoutObject*) const;

Powered by Google App Engine
This is Rietveld 408576698