Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: ui/views/view.h

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge/sync Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/events/event.h ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 22a98be99396a9029a32bbb9f7eacbae6b9b5cdd..98952971e64bab93464e117ad58c2761b821bf1b 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;
« no previous file with comments | « ui/views/events/event.h ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698