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

Unified Diff: Source/platform/graphics/GeneratedImage.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/CrossfadeGeneratedImage.cpp ('k') | Source/platform/graphics/GeneratedImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GeneratedImage.h
diff --git a/Source/platform/graphics/GeneratedImage.h b/Source/platform/graphics/GeneratedImage.h
index dc9389a2423e87937df22eda6b559d48691c0df2..1415244505233f709ae4911fa51d860058bc780a 100644
--- a/Source/platform/graphics/GeneratedImage.h
+++ b/Source/platform/graphics/GeneratedImage.h
@@ -51,7 +51,7 @@ public:
protected:
void drawPattern(GraphicsContext*, const FloatRect&,
- const FloatSize&, const FloatPoint&, SkXfermode::Mode,
+ const FloatSize&, const FloatPoint&, const KURL&, SkXfermode::Mode,
const FloatRect&, const IntSize& repeatSpacing) final;
// FIXME: Implement this to be less conservative.
« no previous file with comments | « Source/platform/graphics/CrossfadeGeneratedImage.cpp ('k') | Source/platform/graphics/GeneratedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698