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

Unified Diff: sky/specs/gestures.md

Issue 940593003: Specs: clean up the last remaining mentions of documents (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/markup.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/gestures.md
diff --git a/sky/specs/gestures.md b/sky/specs/gestures.md
index e1773f579804fd09b24aabbd364426f50b408f15..f67559dd72d01721c48c32e66ebd3f530bd66327 100644
--- a/sky/specs/gestures.md
+++ b/sky/specs/gestures.md
@@ -170,7 +170,7 @@ class GestureManager {
GestureManager(this.target) {
target.events.where((event) => event is PointerDownEvent).listen(_handler);
}
- final @nonnull EventTarget target; // usually the ApplicationDocument object
+ final @nonnull EventTarget target; // usually the ApplicationRoot object
Map<@nonnull int, @nonnull PointerState> _pointers = new SplayTreeMap<int, PointerState>();
« no previous file with comments | « no previous file | sky/specs/markup.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698