summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
diff options
context:
space:
mode:
authorprasadt@chromium.org <prasadt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 21:42:19 +0000
committerprasadt@chromium.org <prasadt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-27 21:42:19 +0000
commitdb6b517beeb6de98960681b028ad761e331cc145 (patch)
tree07dff6ce3c656f3f5913af2dbf043d44ff56bd8e /ui/views/view.h
parentd583e3f2463dd1d216c92923e2eb9a9ba6066676 (diff)
downloadchromium_src-db6b517beeb6de98960681b028ad761e331cc145.zip
chromium_src-db6b517beeb6de98960681b028ad761e331cc145.tar.gz
chromium_src-db6b517beeb6de98960681b028ad761e331cc145.tar.bz2
Bypass ToplevelWindowEventFilter for panels.
With this change minimize and drag work on panels in Aura. BUG=108497 TEST=Run chrome in aura. Create a panel. Click on titlebar. Drag. Review URL: http://codereview.chromium.org/9027020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/view.h')
-rw-r--r--ui/views/view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/views/view.h b/ui/views/view.h
index 22a98be..9895297 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -68,7 +68,6 @@ class ScrollView;
class Widget;
namespace internal {
-class NativeWidgetView;
class RootView;
}
@@ -1086,7 +1085,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
#endif
private:
- friend class internal::NativeWidgetView;
friend class internal::RootView;
friend class FocusManager;
friend class ViewStorage;