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

Unified Diff: media/video/capture/screen/mouse_cursor_shape.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/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_
« no previous file with comments | « media/video/capture/screen/mac/scoped_pixel_buffer_object.cc ('k') | media/video/capture/screen/mouse_cursor_shape.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698