| Index: media/video/capture/screen/mouse_cursor_shape.h
|
| diff --git a/remoting/capturer/mouse_cursor_shape.h b/media/video/capture/screen/mouse_cursor_shape.h
|
| similarity index 68%
|
| rename from remoting/capturer/mouse_cursor_shape.h
|
| rename to media/video/capture/screen/mouse_cursor_shape.h
|
| index 136728a712a5c9208068c03a76c726e61cb196a1..e2d57f1f9b3ee88773b227f3f0e24db45355e15d 100644
|
| --- a/remoting/capturer/mouse_cursor_shape.h
|
| +++ b/media/video/capture/screen/mouse_cursor_shape.h
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CAPTURER_MOUSE_CURSOR_SHAPE_H_
|
| -#define REMOTING_CAPTURER_MOUSE_CURSOR_SHAPE_H_
|
| +#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_MOUSE_CURSOR_SHAPE_H_
|
| +#define MEDIA_VIDEO_CAPTURE_SCREEN_MOUSE_CURSOR_SHAPE_H_
|
|
|
| #include <string>
|
|
|
| +#include "media/base/media_export.h"
|
| #include "third_party/skia/include/core/SkPoint.h"
|
| -#include "third_party/skia/include/core/SkRect.h"
|
| #include "third_party/skia/include/core/SkSize.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| // Type used to return mouse cursor shape from video capturers.
|
| -struct MouseCursorShape {
|
| +struct MEDIA_EXPORT MouseCursorShape {
|
| MouseCursorShape();
|
| ~MouseCursorShape();
|
|
|
| @@ -28,6 +28,6 @@ struct MouseCursorShape {
|
| std::string data;
|
| };
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|
| -#endif // REMOTING_CAPTURER_MOUSE_CURSOR_SHAPE_H_
|
| +#endif // MEDIA_VIDEO_CAPTURE_SCREEN_MOUSE_CURSOR_SHAPE_H_
|
|
|