Remove the last X11 includes in //ui outside ui/gfx/x/*
X11 header files are infamous for creating macros with common names such as None, True, False, Status, Bool, ... To save oursaves the mess that creates, they are now wrapped in a header, ui/gfx/x/x11.h, which puts those symbols in the x11 namespace and removes the global macros. This means we can remove various undefs in files that have had problems in the past. Bug: 782184 Change-Id: Ie48fe619e3101344d53ea837b0b21570516185ca Reviewed-on: https://chromium-review.googlesource.com/814676Reviewed-by:Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#523149}
Showing
Please register or sign in to comment