| Index: media/video/capture/screen/linux/x_server_pixel_buffer.h
|
| diff --git a/remoting/capturer/linux/x_server_pixel_buffer.h b/media/video/capture/screen/linux/x_server_pixel_buffer.h
|
| similarity index 91%
|
| rename from remoting/capturer/linux/x_server_pixel_buffer.h
|
| rename to media/video/capture/screen/linux/x_server_pixel_buffer.h
|
| index afd96b004db0a9c7c046d442e0923dc0f330125e..e4d2f4bf5bb7114c0dbfb56206febd67c5d33e2e 100644
|
| --- a/remoting/capturer/linux/x_server_pixel_buffer.h
|
| +++ b/media/video/capture/screen/linux/x_server_pixel_buffer.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Don't include this file in any .h files because it pulls in some X headers.
|
|
|
| -#ifndef REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
|
| -#define REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
|
| +#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_LINUX_X_SERVER_PIXEL_BUFFER_H_
|
| +#define MEDIA_VIDEO_CAPTURE_SCREEN_LINUX_X_SERVER_PIXEL_BUFFER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
| @@ -13,7 +13,7 @@
|
| #include <X11/Xutil.h>
|
| #include <X11/extensions/XShm.h>
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| // A class to allow the X server's pixel buffer to be accessed as efficiently
|
| // as possible.
|
| @@ -77,6 +77,6 @@ class XServerPixelBuffer {
|
| DISALLOW_COPY_AND_ASSIGN(XServerPixelBuffer);
|
| };
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|
| -#endif // REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
|
| +#endif // MEDIA_VIDEO_CAPTURE_SCREEN_LINUX_X_SERVER_PIXEL_BUFFER_H_
|
|
|