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

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

Issue 2482963003: Remove evil defines out of shared_x_display.h (Closed)
Patch Set: Created 4 years, 1 month 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/screen_drawer_linux.cc
diff --git a/webrtc/modules/desktop_capture/screen_drawer_linux.cc b/webrtc/modules/desktop_capture/screen_drawer_linux.cc
index 4f96b7e92c1b5199d468cae7c1bc050b1a977cf9..4fb8e1835f3a1aa56b4bee46f6f20919cd11bfb5 100644
--- a/webrtc/modules/desktop_capture/screen_drawer_linux.cc
+++ b/webrtc/modules/desktop_capture/screen_drawer_linux.cc
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <X11/Xlib.h>
Sergey Ulanov 2016/11/08 18:31:58 Sort includes alphabetically
Hzj_jie 2016/11/08 20:14:23 I thought it sorted based on ASCII code.
#include <fcntl.h>
#include <sys/stat.h>
#include <semaphore.h>

Powered by Google App Engine
This is Rietveld 408576698