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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.h

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 fixcompile 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/svg/graphics/SVGImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
index 424c2689bdf0c13cf6397e93da378e04e6235383..ef41600137f150e14fe0de033e4e909d1b7e585b 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
@@ -154,7 +154,7 @@ class CORE_EXPORT SVGImage final : public Image {
// Paints the current frame. If a PaintCanvas is passed, paints into that
// canvas and returns nullptr.
// Otherwise returns a pointer to the new PaintRecord.
- sk_sp<PaintRecord> PaintRecordForCurrentFrame(const FloatRect& bounds,
+ sk_sp<PaintRecord> PaintRecordForCurrentFrame(const IntRect& bounds,
const KURL&,
PaintCanvas* = nullptr);

Powered by Google App Engine
This is Rietveld 408576698