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

Unified Diff: modules/canvas2d/CanvasGradient.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « modules/canvas2d/Canvas2DContextAttributes.idl ('k') | modules/canvas2d/CanvasPathMethods.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/canvas2d/CanvasGradient.idl
diff --git a/core/html/canvas/CanvasGradient.idl b/modules/canvas2d/CanvasGradient.idl
similarity index 96%
rename from core/html/canvas/CanvasGradient.idl
rename to modules/canvas2d/CanvasGradient.idl
index c5f56230b4a1970e5c6bf0af104a0bc70ff1a7a9..8b7d542a294111fa3e85930f875aa6391b0d50f3 100644
--- a/core/html/canvas/CanvasGradient.idl
+++ b/modules/canvas2d/CanvasGradient.idl
@@ -24,8 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
- TypeChecking=Unrestricted,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface CanvasGradient {
[RaisesException] void addColorStop(float offset, DOMString color);
« no previous file with comments | « modules/canvas2d/Canvas2DContextAttributes.idl ('k') | modules/canvas2d/CanvasPathMethods.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698