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

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

Issue 2104103003: Fix zoom in CSS paint worklets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 4 years, 6 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 9b47049d3e1e0ffa87e6e4d492f161bfc174ca5f..06d46e2bd63cd86bc3237aaaad0015cd88c68baf 100644
--- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
+++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
@@ -24,7 +24,7 @@ public:
String name() const;
- PassRefPtr<Image> image(const LayoutObject&, const IntSize&);
+ PassRefPtr<Image> image(const LayoutObject&, const IntSize&, float zoom);
bool isFixedSize() const { return false; }
IntSize fixedSize(const LayoutObject&) { return IntSize(); }

Powered by Google App Engine
This is Rietveld 408576698