diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 18:23:18 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 18:23:18 +0000 |
commit | 2a3197bb6a8a4c6f3a7affadce28cda638906131 (patch) | |
tree | 3269ee97d0c0e180d7529169178571f0c56060eb /ui/aura/aura.gyp | |
parent | 820de97b4820ef0da82d9ee74f3009dc88d3c93e (diff) | |
download | chromium_src-2a3197bb6a8a4c6f3a7affadce28cda638906131.zip chromium_src-2a3197bb6a8a4c6f3a7affadce28cda638906131.tar.gz chromium_src-2a3197bb6a8a4c6f3a7affadce28cda638906131.tar.bz2 |
Adds some widget methods I'm going to need for dragging real browsers:
. RunMoveLoop/EndMoveLoop. The new TabDragController will invoke this
to start dragging a window.
. SetMouseCapture/ReleaseMouseCapture - I have to futz with mouse
capture during tab dragging.
. SetVisibilityChangedAnimationsEnabled - so that I can disable the
aero show/hide effect when showing a new browser.
BUG=98345
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/9022039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 5c70bb5..2348f02 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -39,6 +39,8 @@ 'client/stacking_client.h', 'client/tooltip_client.cc', 'client/tooltip_client.h', + 'client/window_move_client.cc', + 'client/window_move_client.h', 'client/window_types.h', 'cursor.h', 'root_window_host.h', |