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

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

Issue 2847303002: Remove unnecessary zoom argument from GetImage() as its value is always available through the Layou… (Closed)
Patch Set: (rebased) Created 3 years, 7 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/CSSPaintValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.h b/third_party/WebKit/Source/core/css/CSSPaintValue.h
index 2353b4f40efb1417fd18d08a28ca5a0d53556f25..96906e8f3b9ae0cdf7acee3e6a18cfa1f2a1dda8 100644
--- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
+++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
@@ -31,7 +31,7 @@ class CSSPaintValue : public CSSImageGeneratorValue {
String GetName() const;
- PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&, float zoom);
+ PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&);
bool IsFixedSize() const { return false; }
IntSize FixedSize(const LayoutObject&) { return IntSize(); }
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h ('k') | third_party/WebKit/Source/core/css/CSSPaintValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698