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

Unified Diff: remoting/client/gl_texture_ids.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/gl_renderer_unittest.cc ('k') | remoting/client/ios/example_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/gl_texture_ids.h
diff --git a/remoting/client/gl_texture_ids.h b/remoting/client/gl_texture_ids.h
deleted file mode 100644
index a4fb91e6238b82abb55a4cf7dffe4b5b687dd24d..0000000000000000000000000000000000000000
--- a/remoting/client/gl_texture_ids.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef REMOTING_CLIENT_GL_TEXTURE_IDS_H_
-#define REMOTING_CLIENT_GL_TEXTURE_IDS_H_
-
-#include "base/macros.h"
-
-namespace remoting {
-
-const int kGlCursorTextureId = 0;
-const int kGlCursorFeedbackTextureId = 1;
-
-// GlDesktop may occupy more than one texture unit. This should be the last
-// texture ID so that GlDesktop can use any id >= kGlDesktopFirstTextureId
-// without conflict.
-const int kGlDesktopFirstTextureId = 2;
-
-} // namespace remoting
-
-#endif // REMOTING_CLIENT_GL_TEXTURE_IDS_H_
« no previous file with comments | « remoting/client/gl_renderer_unittest.cc ('k') | remoting/client/ios/example_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698