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

Unified Diff: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSImageGeneratorValue.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/CSSImageGeneratorValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
index d00d86c2e6a0c579e28283517a29bf1daec0d285..714058ec55853bc0cf0dfa51c29601c0f22f0525 100644
--- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
+++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
@@ -57,7 +57,7 @@ class CORE_EXPORT CSSImageGeneratorValue : public CSSValue {
void AddClient(const LayoutObject*, const IntSize&);
void RemoveClient(const LayoutObject*);
- PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&, float zoom);
+ PassRefPtr<Image> GetImage(const LayoutObject&, const IntSize&);
bool IsFixedSize() const;
IntSize FixedSize(const LayoutObject&, const FloatSize& default_object_size);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698