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

Unified Diff: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html

Issue 181693006: Refactoring source image usage in CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: applied last corrections Created 6 years, 9 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 | « LayoutTests/fast/dom/gc-9-expected.txt ('k') | LayoutTests/media/video-canvas-draw.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
index 7f99cb0240b5a910ebb386bace63c34f6d51aa19..c4b8d5ba0b3491416a1d9d71a1220b347d7c16ff 100644
--- a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
+++ b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html
@@ -149,7 +149,7 @@ function test()
output(property);
}
- var pattern = ctx.createPattern(new Image(), "repeat");
+ var pattern = ctx.createPattern(canvas, "repeat");
if (!pattern) {
output("ERROR: Could not create a pattern object.");
return;
« no previous file with comments | « LayoutTests/fast/dom/gc-9-expected.txt ('k') | LayoutTests/media/video-canvas-draw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698