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

Unified Diff: third_party/WebKit/Source/core/style/StylePendingImage.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/style/StylePendingImage.h
diff --git a/third_party/WebKit/Source/core/style/StylePendingImage.h b/third_party/WebKit/Source/core/style/StylePendingImage.h
index a292a34f196808713c01670b58dc443993978751..bee447205dfa0feafc11254f25c67b2290490fca 100644
--- a/third_party/WebKit/Source/core/style/StylePendingImage.h
+++ b/third_party/WebKit/Source/core/style/StylePendingImage.h
@@ -80,8 +80,7 @@ class StylePendingImage final : public StyleImage {
void AddClient(LayoutObject*) override {}
void RemoveClient(LayoutObject*) override {}
PassRefPtr<Image> GetImage(const LayoutObject&,
- const IntSize&,
- float) const override {
+ const IntSize&) const override {
NOTREACHED();
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698