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

Unified Diff: Source/platform/graphics/GradientGeneratedImage.h

Issue 1334703002: NOT FOR LANDING Pass URL to Image::draw (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/platform/graphics/GeneratedImage.cpp ('k') | Source/platform/graphics/GradientGeneratedImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GradientGeneratedImage.h
diff --git a/Source/platform/graphics/GradientGeneratedImage.h b/Source/platform/graphics/GradientGeneratedImage.h
index e2e493a8fc8fc769778ab7888e1d6aa6364bf46b..12d49cd4e18058d7796f829195597acc21f33ce0 100644
--- a/Source/platform/graphics/GradientGeneratedImage.h
+++ b/Source/platform/graphics/GradientGeneratedImage.h
@@ -45,7 +45,7 @@ public:
~GradientGeneratedImage() override {}
protected:
- void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, ImageClampingMode) override;
+ void draw(SkCanvas*, const SkPaint&, const FloatRect&, const FloatRect&, RespectImageOrientationEnum, ImageClampingMode, const KURL&) override;
void drawTile(GraphicsContext*, const FloatRect&) final;
GradientGeneratedImage(PassRefPtr<Gradient> generator, const IntSize& size)
« no previous file with comments | « Source/platform/graphics/GeneratedImage.cpp ('k') | Source/platform/graphics/GradientGeneratedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698