Index: remoting/client/ios/app/host_view_controller.mm |
diff --git a/remoting/client/ios/app/host_view_controller.mm b/remoting/client/ios/app/host_view_controller.mm |
index 17e1a45f1e61c6a886a9abbbcde7ab6325c1e602..9d8ff2eb6b93f048c96754a84e9f59bdf7ef974b 100644 |
--- a/remoting/client/ios/app/host_view_controller.mm |
+++ b/remoting/client/ios/app/host_view_controller.mm |
@@ -9,6 +9,7 @@ |
#import "remoting/client/ios/app/host_view_controller.h" |
#import "ios/third_party/material_components_ios/src/components/Buttons/src/MaterialButtons.h" |
+#import "remoting/client/ios/display/gl_display_handler.h" |
Yuwei
2017/05/01 23:01:15
What is this line for?
nicholss
2017/05/02 16:39:40
Line 68 uses the display handler. In this CL I als
Yuwei
2017/05/02 18:24:44
Acknowledged.
|
#import "remoting/client/ios/session/remoting_client.h" |
static const CGFloat kFabInset = 15.f; |