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

Unified Diff: media/video/capture/screen/mac/scoped_pixel_buffer_object.h

Issue 12047101: Move screen capturers from remoting/capturer to media/video/capturer/screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: media/video/capture/screen/mac/scoped_pixel_buffer_object.h
diff --git a/remoting/capturer/mac/scoped_pixel_buffer_object.h b/media/video/capture/screen/mac/scoped_pixel_buffer_object.h
similarity index 72%
rename from remoting/capturer/mac/scoped_pixel_buffer_object.h
rename to media/video/capture/screen/mac/scoped_pixel_buffer_object.h
index f928ab54c0c16a479d2b703e0186e62f24c594e0..0c06278af8be28ebdee5f932bae02a1408091bec 100644
--- a/remoting/capturer/mac/scoped_pixel_buffer_object.h
+++ b/media/video/capture/screen/mac/scoped_pixel_buffer_object.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_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
-#define REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
+#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_SCOPED_PIXEL_BUFFER_OBJECT_H_
+#define MEDIA_VIDEO_CAPTURE_SCREEN_SCOPED_PIXEL_BUFFER_OBJECT_H_
#include <OpenGL/CGLMacro.h>
#include <OpenGL/OpenGL.h>
#include "base/basictypes.h"
-namespace remoting {
+namespace media {
class ScopedPixelBufferObject {
public:
@@ -28,6 +28,6 @@ class ScopedPixelBufferObject {
DISALLOW_COPY_AND_ASSIGN(ScopedPixelBufferObject);
};
-} // namespace remoting
+} // namespace media
-#endif // REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
+#endif // MEDIA_VIDEO_CAPTURE_SCREEN_SCOPED_PIXEL_BUFFER_OBJECT_H_
« no previous file with comments | « media/video/capture/screen/mac/desktop_configuration.mm ('k') | media/video/capture/screen/mac/scoped_pixel_buffer_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698