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

Unified Diff: Source/platform/graphics/GeneratedImage.cpp

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.h ('k') | Source/platform/graphics/GradientGeneratedImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GeneratedImage.cpp
diff --git a/Source/platform/graphics/GeneratedImage.cpp b/Source/platform/graphics/GeneratedImage.cpp
index dc644e2486f3d932d79ea452bcf05e880f4356bb..c98001616f7d4a7862f3f7a6d13e18a7a61cad33 100644
--- a/Source/platform/graphics/GeneratedImage.cpp
+++ b/Source/platform/graphics/GeneratedImage.cpp
@@ -45,7 +45,7 @@ void GeneratedImage::computeIntrinsicDimensions(Length& intrinsicWidth, Length&
}
void GeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale,
- const FloatPoint& phase, SkXfermode::Mode compositeOp, const FloatRect& destRect,
+ const FloatPoint& phase, const KURL& url, SkXfermode::Mode compositeOp, const FloatRect& destRect,
const IntSize& repeatSpacing)
{
FloatRect tileRect = srcRect;
« no previous file with comments | « Source/platform/graphics/GeneratedImage.h ('k') | Source/platform/graphics/GradientGeneratedImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698