diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 01:35:41 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 01:35:41 +0000 |
commit | 95f642cb2b4e39d50b145e09327cc581657389ac (patch) | |
tree | 89a177d4170ecf23c24e4d380f156aad15865167 /ui/aura/aura.gyp | |
parent | 7f9cae31f4a3ce431c7abbb5977f56f0065c69de (diff) | |
download | chromium_src-95f642cb2b4e39d50b145e09327cc581657389ac.zip chromium_src-95f642cb2b4e39d50b145e09327cc581657389ac.tar.gz chromium_src-95f642cb2b4e39d50b145e09327cc581657389ac.tar.bz2 |
aura: Introduce ScopedWindowTargeter.
It is sometimes necessary to temporary replace the event-targeter for a window,
and restore the previous event-targeter after some time. To that end, this patch
introduces ScopedWindowTargeter.
BUG=318879, 338671
R=ben@chromium.org
Review URL: https://codereview.chromium.org/135543004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r-- | ui/aura/aura.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp index 163260954..b88e1aa 100644 --- a/ui/aura/aura.gyp +++ b/ui/aura/aura.gyp @@ -103,6 +103,8 @@ 'root_window_transformer.h', 'root_window.cc', 'root_window.h', + 'scoped_window_targeter.cc', + 'scoped_window_targeter.h', 'window.cc', 'window.h', 'window_targeter.cc', |