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

Unified Diff: LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js

Issue 178673002: Rename Path to Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@path
Patch Set: Merge to head which includes isPoint and addPath changes. 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
Index: LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js
diff --git a/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js b/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js
index 3a8a8004008398e9e4fa4283c5088456ec59a1b9..199725ba63429a9c720764b7199de9e595c9d15c 100644
--- a/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js
+++ b/LayoutTests/fast/canvas/script-tests/canvas-path-context-stroke.js
@@ -39,7 +39,7 @@ function testStrokeWith(path) {
// Execute test.
function prepareTestScenario() {
- var path = new Path();
+ var path = new Path2D();
drawRectangleOn(path);
testStrokeWith();

Powered by Google App Engine
This is Rietveld 408576698