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

Unified Diff: Source/core/core.gypi

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixes from review comments; remove WebPreferences.h changes; fix comment. Created 7 years, 8 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 191c1b9ec1e0f2c15f33cf565c95eb08e8eea8eb..d78b697d708c1b6d31142519c75215c3c7b5b4fe 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -213,6 +213,7 @@
'html/canvas/CanvasProxy.idl',
'html/canvas/CanvasRenderingContext.idl',
'html/canvas/CanvasRenderingContext2D.idl',
+ 'html/canvas/Canvas2DContextAttributes.idl',
'html/canvas/DataView.idl',
'html/canvas/DOMPath.idl',
'html/canvas/EXTDrawBuffers.idl',
@@ -2229,6 +2230,8 @@
'html/WeekInputType.h',
'html/TypeAhead.cpp',
'html/TypeAhead.h',
+ 'html/canvas/Canvas2DContextAttributes.cpp',
+ 'html/canvas/Canvas2DContextAttributes.h',
'html/canvas/CanvasContextAttributes.cpp',
'html/canvas/CanvasContextAttributes.h',
'html/canvas/CanvasGradient.cpp',

Powered by Google App Engine
This is Rietveld 408576698