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

Unified Diff: sky/specs/dom.md

Issue 901493005: Specs: dartification of gestures; move GestureManager from ApplicationDocument to Application; actu… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | sky/specs/events.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/dom.md
diff --git a/sky/specs/dom.md b/sky/specs/dom.md
index 103959cfb6ba334ec2013f62d7127f4f01271023..9a741292eb57c31aaf081bc10a4433b9a1c9e1a8 100644
--- a/sky/specs/dom.md
+++ b/sky/specs/dom.md
@@ -126,12 +126,10 @@ class Document : TreeScope {
}
class ApplicationDocument : Document {
- constructor (GestureManager gestureManager, ChildArguments... nodes); // O(N) in number of /nodes/ arguments plus all their descendants
+ constructor (ChildArguments... nodes); // O(N) in number of /nodes/ arguments plus all their descendants
virtual LayoutManagerConstructor getLayoutManager(); // O(1)
// returns sky.rootLayoutManager;
-
- readonly attribute GestureManager gestureManager;
}
attribute LayoutManagerConstructor rootLayoutManager; // O(1)
« no previous file with comments | « no previous file | sky/specs/events.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698