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

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 12775010: Added the CanvasImageSource interface, which all types that a canvas can draw (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed nits. Created 7 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
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tools/dom/src/CanvasImageSource.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index 134eceb15eb268c5cee5f175add0f9e86cee8ad4..c855787e65d10de3f87849a0b4d02da31649f021 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -126,6 +126,7 @@ convert_to_future_members = monitored.Set(
# browser.
_private_html_members = monitored.Set('htmlrenamer._private_html_members', [
'CanvasRenderingContext2D.arc',
+ 'CanvasRenderingContext2D.drawImage',
'CompositionEvent.initCompositionEvent',
'CustomEvent.initCustomEvent',
'DeviceOrientationEvent.initDeviceOrientationEvent',
« no previous file with comments | « tests/html/canvasrenderingcontext2d_test.dart ('k') | tools/dom/src/CanvasImageSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698