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

Unified Diff: remoting/capturer/mac/scoped_pixel_buffer_object.h

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
Index: remoting/capturer/mac/scoped_pixel_buffer_object.h
diff --git a/remoting/host/mac/scoped_pixel_buffer_object.h b/remoting/capturer/mac/scoped_pixel_buffer_object.h
similarity index 79%
rename from remoting/host/mac/scoped_pixel_buffer_object.h
rename to remoting/capturer/mac/scoped_pixel_buffer_object.h
index 45ecfc10d6a8654178e2654eeb19516b3f74e614..f928ab54c0c16a479d2b703e0186e62f24c594e0 100644
--- a/remoting/host/mac/scoped_pixel_buffer_object.h
+++ b/remoting/capturer/mac/scoped_pixel_buffer_object.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_SCOPED_PIXEL_BUFFER_OBJECT_H_
-#define REMOTING_HOST_SCOPED_PIXEL_BUFFER_OBJECT_H_
+#ifndef REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
+#define REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
#include <OpenGL/CGLMacro.h>
#include <OpenGL/OpenGL.h>
@@ -30,4 +30,4 @@ class ScopedPixelBufferObject {
} // namespace remoting
-#endif // REMOTING_HOST_SCOPED_PIXEL_BUFFER_OBJECT_H_
+#endif // REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
« no previous file with comments | « remoting/capturer/linux/x_server_pixel_buffer.cc ('k') | remoting/capturer/mac/scoped_pixel_buffer_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698