Commit d616b1a2 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

gl: x11: Remove not used includes for X11.

We have cleaned up ui/gl from USE_X11. These includes are not
needed anymore.

TBR=backer@chromium.org

Bug: 1036285
Change-Id: I6420b774a6a190527f76ab3fa5cb058b54d76a7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144136Reviewed-by: default avatarMaksim Sisov <msisov@igalia.com>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758167}
parent c9d4babb
...@@ -38,12 +38,6 @@ ...@@ -38,12 +38,6 @@
#include "ui/gl/scoped_make_current.h" #include "ui/gl/scoped_make_current.h"
#include "ui/gl/sync_control_vsync_provider.h" #include "ui/gl/sync_control_vsync_provider.h"
#if defined(USE_X11)
#include "ui/base/x/x11_display_util.h"
#include "ui/base/x/x11_util_internal.h" // nogncheck
#include "ui/gfx/x/x11.h"
#endif
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
#include <android/native_window_jni.h> #include <android/native_window_jni.h>
#include "base/android/build_info.h" #include "base/android/build_info.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment