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

Unified Diff: remoting/client/display/gl_render_layer.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/gl_math.cc ('k') | remoting/client/display/gl_render_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/display/gl_render_layer.h
diff --git a/remoting/client/gl_render_layer.h b/remoting/client/display/gl_render_layer.h
similarity index 94%
rename from remoting/client/gl_render_layer.h
rename to remoting/client/display/gl_render_layer.h
index 5306e84e49e9d3640195e5ac55f905d1c08d0be7..153e2e3e4644ab578d1feaadd7b076a3484235c9 100644
--- a/remoting/client/gl_render_layer.h
+++ b/remoting/client/display/gl_render_layer.h
@@ -2,15 +2,15 @@
// 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_RENDER_LAYER_H_
-#define REMOTING_CLIENT_OPENGL_GL_RENDER_LAYER_H_
+#ifndef REMOTING_CLIENT_DISPLAY_GL_RENDER_LAYER_H_
+#define REMOTING_CLIENT_DISPLAY_GL_RENDER_LAYER_H_
#include <array>
#include <memory>
#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 {
class GlCanvas;
@@ -97,4 +97,4 @@ class GlRenderLayer {
};
} // namespace remoting
-#endif // REMOTING_CLIENT_OPENGL_GL_RENDER_LAYER_H_
+#endif // REMOTING_CLIENT_DISPLAY_GL_RENDER_LAYER_H_
« no previous file with comments | « remoting/client/display/gl_math.cc ('k') | remoting/client/display/gl_render_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698