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

Unified Diff: sky/specs/modules.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 | « sky/specs/gestures.md ('k') | sky/specs/pointer.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/modules.md
diff --git a/sky/specs/modules.md b/sky/specs/modules.md
index c223fc94ddb8251d79b2aebb5fb040a6390e0b3d..d2cfb022140f30b4c55e67b502ee41ab79f8f4b9 100644
--- a/sky/specs/modules.md
+++ b/sky/specs/modules.md
@@ -129,8 +129,9 @@ class Module : AbstractModule {
}
class Application : AbstractModule {
- constructor (Document document, String url); // O(1)
+ constructor (Document document, GestureManager gestureManager, String url); // O(1)
attribute String title; // O(1)
+ readonly attribute GestureManager gestureManager;
}
```
« no previous file with comments | « sky/specs/gestures.md ('k') | sky/specs/pointer.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698