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

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

Issue 12774014: Update drawImage to create more fast paths. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 78c104020532c5bf30a3d8428fde8d3ba6e50e6b..ae82c5af6be5bc251e5e240ccb1cac075ad1e7b7 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -18,6 +18,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'AudioBufferSourceNode.stop',
'AudioContext.createGain',
'AudioContext.createScriptProcessor',
+ 'CanvasRenderingContext2D.drawImage',
'CanvasRenderingContext2D.lineDashOffset',
'Console.memory',
'Console.profiles',
« 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