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

Unified Diff: sky/services/engine/input_event.mojom

Issue 1236043004: Improve drawer performance (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: cache paint Created 5 years, 5 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/sdk/lib/widgets/icon.dart ('k') | sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/engine/input_event.mojom
diff --git a/sky/services/engine/input_event.mojom b/sky/services/engine/input_event.mojom
index d57a5c08710326baee791af53619aabdad41b5f7..eb7c4d1ae8e6ec9c144dc558f1d5bfc12ed3c077 100644
--- a/sky/services/engine/input_event.mojom
+++ b/sky/services/engine/input_event.mojom
@@ -56,6 +56,8 @@ struct GestureData {
float velocityY;
};
+// TODO(abarth): Should we have a malloc-free way of creating an input event
+// message? What we have now could stress out the Android Java GC.
struct InputEvent {
EventType type;
int64 time_stamp;
« no previous file with comments | « sky/sdk/lib/widgets/icon.dart ('k') | sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698