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

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: Created 6 years, 10 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 d3f711fec6675953b1e6712876c209ab482023be..da894cf3b0e815d5f83f0dbc42d064b08957eab5 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