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

Unified Diff: client/dom/idl/dart/dart.idl

Issue 9565006: Add missing includes (spotted while splitting cpp derived sources). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 10 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 | « no previous file | client/dom/scripts/generator.py » ('j') | client/dom/scripts/systemnative.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/idl/dart/dart.idl
diff --git a/client/dom/idl/dart/dart.idl b/client/dom/idl/dart/dart.idl
index f7d7185ae5f947293fdbd032f47a65f1fb4e9708..d629420a5244eff38bfa7c650c9ccb57fa17e8f2 100644
--- a/client/dom/idl/dart/dart.idl
+++ b/client/dom/idl/dart/dart.idl
@@ -23,6 +23,14 @@ module default {
// Uint8ClampedArray implements sequence<int>;
}
+module core {
+ [Supplemental]
+ interface Document {
+ [Suppressed] object getCSSCanvasContext(in DOMString contextId, in DOMString name, in long width, in long height);
+ CanvasRenderingContext getCSSCanvasContext(in DOMString contextId, in DOMString name, in long width, in long height);
+ };
+};
+
module dom {
// Force NodeSelector. WebKit defines these operations directly.
interface NodeSelector {
« no previous file with comments | « no previous file | client/dom/scripts/generator.py » ('j') | client/dom/scripts/systemnative.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698