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

Unified Diff: remoting/client/display/gl_desktop.cc

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/display/gl_desktop.h ('k') | remoting/client/display/gl_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/display/gl_desktop.cc
diff --git a/remoting/client/gl_desktop.cc b/remoting/client/display/gl_desktop.cc
similarity index 94%
rename from remoting/client/gl_desktop.cc
rename to remoting/client/display/gl_desktop.cc
index 72bd9ec15201e615fb2ab46b146e63ce180fe265..e033d54b36a588e207ac45ed50060a0801e1f867 100644
--- a/remoting/client/gl_desktop.cc
+++ b/remoting/client/display/gl_desktop.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/gl_desktop.h"
+#include "remoting/client/display/gl_desktop.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"
-#include "remoting/client/gl_canvas.h"
-#include "remoting/client/gl_math.h"
-#include "remoting/client/gl_render_layer.h"
-#include "remoting/client/gl_texture_ids.h"
+#include "remoting/client/display/gl_canvas.h"
+#include "remoting/client/display/gl_math.h"
+#include "remoting/client/display/gl_render_layer.h"
+#include "remoting/client/display/gl_texture_ids.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_region.h"
« no previous file with comments | « remoting/client/display/gl_desktop.h ('k') | remoting/client/display/gl_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698