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

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

Issue 2104103003: Fix zoom in CSS paint worklets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2nd rebase Created 4 years, 5 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/CSSImageGeneratorValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
index bb378f6d3e9ac4728339139d410a8678089d7b62..759c7b10410fbd6f8b0f5532c7fed4c0d792b4a7 100644
--- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
+++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
@@ -60,7 +60,7 @@ public:
void addClient(const LayoutObject*, const IntSize&);
void removeClient(const LayoutObject*);
- PassRefPtr<Image> image(const LayoutObject&, const IntSize&);
+ PassRefPtr<Image> image(const LayoutObject&, const IntSize&, float zoom);
bool isFixedSize() const;
IntSize fixedSize(const LayoutObject&, const FloatSize& defaultObjectSize);

Powered by Google App Engine
This is Rietveld 408576698