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

Unified Diff: remoting/client/ios/example_view_controller.mm

Issue 2614443003: Moving the GL implementation details into a sub folder for client display. (Closed)
Patch Set: Adding deps restriction on r/c/display; Moving sys_opengl.h Created 3 years, 11 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 | « remoting/client/gl_texture_ids.h ('k') | remoting/client/jni/jni_gl_display_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/example_view_controller.mm
diff --git a/remoting/client/ios/example_view_controller.mm b/remoting/client/ios/example_view_controller.mm
index dbac429707c857e61795aedb2eaee8e43de008c1..64fd9ac678507e7b0ce1e1106a22e9d0b700f695 100644
--- a/remoting/client/ios/example_view_controller.mm
+++ b/remoting/client/ios/example_view_controller.mm
@@ -8,7 +8,7 @@
#import "remoting/client/ios/example_view_controller.h"
-#import "remoting/client/sys_opengl.h"
+#import "remoting/client/display/sys_opengl.h"
@interface ExampleViewController()
« no previous file with comments | « remoting/client/gl_texture_ids.h ('k') | remoting/client/jni/jni_gl_display_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698