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

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

Issue 29273005: CanvasRenderingContext2D.fillText now works correctly with null maxWidth. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 0 diff for dartium. Created 7 years, 2 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 9c6a6a3418d016bd246dab4188a0359af6e0e5bc..e4d95564de188987060063f2c2ffb7042d2367b5 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -25,6 +25,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'AudioContext.createGain',
'AudioContext.createScriptProcessor',
'CanvasRenderingContext2D.drawImage',
+ 'CanvasRenderingContext2D.fillText',
'CanvasRenderingContext2D.lineDashOffset',
'Console.memory',
'ConsoleBase.assertCondition',

Powered by Google App Engine
This is Rietveld 408576698