diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 21:34:42 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-16 21:34:42 +0000 |
commit | b3dd7665842ee6b0536c6c73ce86f64963795664 (patch) | |
tree | e045cfebc39099cf1f2159e78b05dc40d5cfc8af /ui/views/views.gyp | |
parent | 9f56b2f4095b98639412f1d3b691a378de1623de (diff) | |
download | chromium_src-b3dd7665842ee6b0536c6c73ce86f64963795664.zip chromium_src-b3dd7665842ee6b0536c6c73ce86f64963795664.tar.gz chromium_src-b3dd7665842ee6b0536c6c73ce86f64963795664.tar.bz2 |
Aura/ash split: Don't use X11 window borders.
This disables window manager borders, and supports dragging of the
skyline, as well as resizing from the corners.
This patch also moves our ::Atom caching out of RootWindowHostLinux and into its own Singleton.
BUG=125106
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10381063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r-- | ui/views/views.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp index a25a265..7acb492 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -348,6 +348,8 @@ 'widget/widget_hwnd_utils.h', 'widget/widget_message_filter.cc', 'widget/widget_message_filter.h', + 'widget/x11_window_event_filter.cc', + 'widget/x11_window_event_filter.h', 'window/client_view.cc', 'window/client_view.h', 'window/custom_frame_view.cc', |