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

Unified Diff: media/video/capture/screen/mouse_cursor_shape.h

Issue 15692018: Remove screen capturers from media/video/capture/screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/media/video/capture/screen/mouse_cursor_shape.h b/media/video/capture/screen/mouse_cursor_shape.h
deleted file mode 100644
index 1e540562af5c578d1bfc9967f692725d1d2df52d..0000000000000000000000000000000000000000
--- a/media/video/capture/screen/mouse_cursor_shape.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_MOUSE_CURSOR_SHAPE_H_
-#define MEDIA_VIDEO_CAPTURE_SCREEN_MOUSE_CURSOR_SHAPE_H_
-
-#include <string>
-
-#include "base/basictypes.h"
-#include "media/base/media_export.h"
-#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
-
-namespace media {
-
-// Type used to return mouse cursor shape from video capturers.
-struct MEDIA_EXPORT MouseCursorShape {
- // Size of the cursor in screen pixels.
- webrtc::DesktopSize size;
-
- // Coordinates of the cursor hotspot relative to upper-left corner.
- webrtc::DesktopVector hotspot;
-
- // Cursor pixmap data in 32-bit BGRA format.
- std::string data;
-};
-
-} // namespace media
-
-#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/screen_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698