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

Unified Diff: ui/views/view.h

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 15aeb38262e58794e67d4c5ce850b9c378a26e6d..399d1514219acb285ae0b61d7dbe79cdc6abbf7c 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;
}
@@ -1081,7 +1080,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
#endif
private:
- friend class internal::NativeWidgetView;
friend class internal::RootView;
friend class FocusManager;
friend class ViewStorage;

Powered by Google App Engine
This is Rietveld 408576698