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

Unified Diff: remoting/ios/client_gestures.h

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.h
diff --git a/remoting/ios/client_gestures.h b/remoting/ios/client_gestures.h
index 132302e269fb26d85dd361eb9220d4838510db3c..c126327a982b507e1453663cd1ba31101fb96bc4 100644
--- a/remoting/ios/client_gestures.h
+++ b/remoting/ios/client_gestures.h
@@ -7,8 +7,6 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
-#include "base/logging.h"
-#import "remoting/ios/key_input.h"
@class RemotingClient;
@@ -24,12 +22,10 @@ typedef NS_ENUM(NSInteger, HostInputScheme) {
};
typedef NS_ENUM(NSInteger, MouseButton) {
-
NO_BUTTON = 0,
LEFT_BUTTON = 1,
MIDDLE_BUTTON = 2,
RIGHT_BUTTON = 3,
-
};
@interface ClientGestures : NSObject<UIGestureRecognizerDelegate> {

Powered by Google App Engine
This is Rietveld 408576698