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

Unified Diff: webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc

Issue 2787263003: Delete all log messages depending on system_wrappers. (Closed)
Patch Set: Created 3 years, 9 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: webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
diff --git a/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc b/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
index 64ae44d9d34f25408502432a2aa86d9b5cbf0b4b..063f20f1080d741daf3b426afedc755aa29dd6b2 100644
--- a/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
+++ b/webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc
@@ -20,7 +20,6 @@
#include "webrtc/modules/desktop_capture/desktop_frame.h"
#include "webrtc/modules/desktop_capture/mouse_cursor.h"
#include "webrtc/modules/desktop_capture/x11/x_error_trap.h"
-#include "webrtc/system_wrappers/include/logging.h"
namespace {
@@ -38,8 +37,6 @@ Window GetTopLevelWindow(Display* display, Window window) {
unsigned int num_children;
if (!XQueryTree(display, window, &root, &parent, &children,
&num_children)) {
- LOG(LS_ERROR) << "Failed to query for child windows although window"
- << "does not have a valid WM_STATE.";
return None;
}
if (children)
@@ -147,7 +144,6 @@ void MouseCursorMonitorX11::Init(Callback* callback, Mode mode) {
CaptureCursor();
} else {
- LOG(LS_INFO) << "X server does not support XFixes.";
}
}
« no previous file with comments | « webrtc/modules/desktop_capture/mouse_cursor_monitor_win.cc ('k') | webrtc/modules/desktop_capture/screen_capturer_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698