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

Unified Diff: Source/core/core.gypi

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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index beb34c0bfed7e7fa41d82000224e374487c7b05b..a79dd39bb9df004ed1aced7424f1e322c9d64a45 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -230,7 +230,7 @@
'html/canvas/OESTextureHalfFloat.idl',
'html/canvas/OESTextureHalfFloatLinear.idl',
'html/canvas/OESVertexArrayObject.idl',
- 'html/canvas/Path.idl',
+ 'html/canvas/Path2D.idl',
'html/canvas/WebGLActiveInfo.idl',
'html/canvas/WebGLBuffer.idl',
'html/canvas/WebGLCompressedTextureATC.idl',
@@ -2426,7 +2426,7 @@
'html/canvas/CanvasStyle.h',
'html/canvas/DataView.cpp',
'html/canvas/DataView.h',
- 'html/canvas/DOMPath.h',
+ 'html/canvas/Path2D.h',
'html/canvas/EXTFragDepth.cpp',
'html/canvas/EXTFragDepth.h',
'html/canvas/EXTTextureFilterAnisotropic.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/html/canvas/CanvasRenderingContext2D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698