Index: ui/events/devices/x11/device_data_manager_x11.h |
diff --git a/ui/events/devices/x11/device_data_manager_x11.h b/ui/events/devices/x11/device_data_manager_x11.h |
index 587e60059823f6018ec49da52e35c240fc8ab18a..752404e9930b513e8da84c6559f55f767f960e14 100644 |
--- a/ui/events/devices/x11/device_data_manager_x11.h |
+++ b/ui/events/devices/x11/device_data_manager_x11.h |
@@ -28,7 +28,6 @@ |
#include "ui/events/event_constants.h" |
#include "ui/events/keycodes/keyboard_codes.h" |
#include "ui/gfx/geometry/rect.h" |
-#include "ui/gfx/x/x11_atom_cache.h" |
#include "ui/gfx/x/x11_types.h" |
namespace ui { |
@@ -397,9 +396,6 @@ class EVENTS_DEVICES_X11_EXPORT DeviceDataManagerX11 |
// devices when they are re-enabled. |
std::map<int, ui::InputDevice> blocked_keyboard_devices_; |
- // X11 atoms cache. |
- X11AtomCache atom_cache_; |
- |
unsigned char button_map_[256]; |
int button_map_count_; |