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

Side by Side Diff: remoting/client/display/gl_desktop.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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_CLIENT_OPENGL_GL_DESKTOP_H_ 5 #ifndef REMOTING_CLIENT_DISPLAY_GL_DESKTOP_H_
6 #define REMOTING_CLIENT_OPENGL_GL_DESKTOP_H_ 6 #define REMOTING_CLIENT_DISPLAY_GL_DESKTOP_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h" 12 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
13 13
14 namespace webrtc { 14 namespace webrtc {
15 class DesktopFrame; 15 class DesktopFrame;
16 } // namespace webrtc 16 } // namespace webrtc
(...skipping 28 matching lines...) Expand all
45 45
46 webrtc::DesktopSize last_desktop_size_; 46 webrtc::DesktopSize last_desktop_size_;
47 int max_texture_size_ = 0; 47 int max_texture_size_ = 0;
48 GlCanvas* canvas_ = nullptr; 48 GlCanvas* canvas_ = nullptr;
49 49
50 DISALLOW_COPY_AND_ASSIGN(GlDesktop); 50 DISALLOW_COPY_AND_ASSIGN(GlDesktop);
51 }; 51 };
52 52
53 } // namespace remoting 53 } // namespace remoting
54 54
55 #endif // REMOTING_CLIENT_OPENGL_GL_DESKTOP_H_ 55 #endif // REMOTING_CLIENT_DISPLAY_GL_DESKTOP_H_
OLDNEW
« no previous file with comments | « remoting/client/display/gl_cursor_feedback_texture.cc ('k') | remoting/client/display/gl_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698