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

Unified Diff: remoting/ios/client_gestures.mm

Issue 2869303003: Adding hooks to add the keyboard on screen and be able to dismiss it. (Closed)
Patch Set: Adding kKeyboardAnimationTime. Created 3 years, 7 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
Index: remoting/ios/client_gestures.mm
diff --git a/remoting/ios/client_gestures.mm b/remoting/ios/client_gestures.mm
index f6e0be754de3c10da5a6fcebf04cac974a9e631f..d2dbd9f734a0acbdbfff851255a546314cab9292 100644
--- a/remoting/ios/client_gestures.mm
+++ b/remoting/ios/client_gestures.mm
@@ -7,8 +7,11 @@
#endif
#import "remoting/ios/client_gestures.h"
+
+#import "remoting/ios/key_input.h"
#import "remoting/ios/session/remoting_client.h"
+#include "base/logging.h"
#include "remoting/client/gesture_interpreter.h"
@implementation ClientGestures

Powered by Google App Engine
This is Rietveld 408576698