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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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/SVGImageForContainer.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
index 94a9c8cfffe6b88d445eb3e834f82466225b5cf4..f5e9dd59725b7afc0a9ebed7b868c23c3cf84dc7 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
@@ -75,8 +75,8 @@ class SVGImageForContainer final : public Image {
}
bool hasRelativeSize() const override { return m_image->hasRelativeSize(); }
- void draw(SkCanvas*,
- const SkPaint&,
+ void draw(PaintCanvas*,
+ const PaintFlags&,
const FloatRect&,
const FloatRect&,
RespectImageOrientationEnum,

Powered by Google App Engine
This is Rietveld 408576698