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

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

Issue 13983010: Use webrtc::DesktopCapturer for screen capturer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: q Created 7 years, 8 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.cc
diff --git a/media/video/capture/screen/mouse_cursor_shape.cc b/media/video/capture/screen/mouse_cursor_shape.cc
index f57f7fb21991fa8e80713d6cbcf6c9275468eecf..748898ce5cda86f5992aaa521b08076852544801 100644
--- a/media/video/capture/screen/mouse_cursor_shape.cc
+++ b/media/video/capture/screen/mouse_cursor_shape.cc
@@ -6,9 +6,7 @@
namespace media {
-MouseCursorShape::MouseCursorShape()
- : size(SkISize::Make(0, 0)),
- hotspot(SkIPoint::Make(0, 0)) {
+MouseCursorShape::MouseCursorShape() {
}
MouseCursorShape::~MouseCursorShape() {

Powered by Google App Engine
This is Rietveld 408576698