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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build 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.cpp
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
index b4621ace450dd7c1a04a236152c7ea44ad462c0a..16bda82aeaa27ce15edcf736e7160498c7e7dc78 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
@@ -33,8 +33,8 @@ IntSize SVGImageForContainer::size() const {
return roundedIntSize(scaledContainerSize);
}
-void SVGImageForContainer::draw(SkCanvas* canvas,
- const SkPaint& paint,
+void SVGImageForContainer::draw(PaintCanvas* canvas,
+ const PaintFlags& paint,
const FloatRect& dstRect,
const FloatRect& srcRect,
RespectImageOrientationEnum,

Powered by Google App Engine
This is Rietveld 408576698