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

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

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.cc
diff --git a/remoting/capturer/mac/scoped_pixel_buffer_object.cc b/media/video/capture/screen/mac/scoped_pixel_buffer_object.cc
similarity index 92%
rename from remoting/capturer/mac/scoped_pixel_buffer_object.cc
rename to media/video/capture/screen/mac/scoped_pixel_buffer_object.cc
index 39afc3e75dce34b3bd5c80b524228e2e9321263b..29adf6f88f243c1d3ed7d0493cd3e9d9b2332324 100644
--- a/remoting/capturer/mac/scoped_pixel_buffer_object.cc
+++ b/media/video/capture/screen/mac/scoped_pixel_buffer_object.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/capturer/mac/scoped_pixel_buffer_object.h"
+#include "media/video/capture/screen/mac/scoped_pixel_buffer_object.h"
-namespace remoting {
+namespace media {
ScopedPixelBufferObject::ScopedPixelBufferObject()
: cgl_context_(NULL),
@@ -44,4 +44,4 @@ void ScopedPixelBufferObject::Release() {
}
}
-} // namespace remoting
+} // namespace media
« no previous file with comments | « media/video/capture/screen/mac/scoped_pixel_buffer_object.h ('k') | media/video/capture/screen/mouse_cursor_shape.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698