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

Unified Diff: LayoutTests/fast/canvas/script-tests/canvas-path-context-fill.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-fill.js
diff --git a/LayoutTests/fast/canvas/script-tests/canvas-path-context-fill.js b/LayoutTests/fast/canvas/script-tests/canvas-path-context-fill.js
index c394d6b92c290be67cf7d39a30e597afb9650778..0113bf752b14ec7d638ca6f79f87484cac8dafe1 100644
--- a/LayoutTests/fast/canvas/script-tests/canvas-path-context-fill.js
+++ b/LayoutTests/fast/canvas/script-tests/canvas-path-context-fill.js
@@ -53,7 +53,7 @@ function testFillWith(fillRule, path) {
// Execute test.
function prepareTestScenario() {
fillRules = [undefined, 'nonzero', 'evenodd'];
- var path = new Path();
+ var path = new Path2D();
drawRectanglesOn(path);
for (var i = 0; i < fillRules.length; i++) {

Powered by Google App Engine
This is Rietveld 408576698