| 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
|
|
|