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

Unified Diff: remoting/client/display/gl_canvas.h

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/DEPS ('k') | remoting/client/display/gl_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/display/gl_canvas.h
diff --git a/remoting/client/gl_canvas.h b/remoting/client/display/gl_canvas.h
similarity index 94%
rename from remoting/client/gl_canvas.h
rename to remoting/client/display/gl_canvas.h
index 4df0a4b8d6bcb2dbccc9fc03744975eb48331bc7..975d79bc9f981b0b691fa91ca846b11b877be416 100644
--- a/remoting/client/gl_canvas.h
+++ b/remoting/client/display/gl_canvas.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_CLIENT_OPENGL_GL_CANVAS_H_
-#define REMOTING_CLIENT_OPENGL_GL_CANVAS_H_
+#ifndef REMOTING_CLIENT_DISPLAY_GL_CANVAS_H_
+#define REMOTING_CLIENT_DISPLAY_GL_CANVAS_H_
#include <array>
#include "base/macros.h"
#include "base/threading/thread_checker.h"
-#include "remoting/client/sys_opengl.h"
+#include "remoting/client/display/sys_opengl.h"
namespace remoting {
@@ -91,4 +91,4 @@ class GlCanvas {
} // namespace remoting
-#endif // REMOTING_CLIENT_OPENGL_GL_CANVAS_H_
+#endif // REMOTING_CLIENT_DISPLAY_GL_CANVAS_H_
« no previous file with comments | « remoting/client/display/DEPS ('k') | remoting/client/display/gl_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698