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

Unified Diff: views/events/event.h

Issue 7065042: Hook up more of the NativeWidgetViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months 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: views/events/event.h
===================================================================
--- views/events/event.h (revision 86464)
+++ views/events/event.h (working copy)
@@ -27,6 +27,7 @@
class View;
namespace internal {
+class NativeWidgetView;
class RootView;
}
@@ -234,6 +235,7 @@
}
private:
+ friend class internal::NativeWidgetView;
friend class internal::RootView;
DISALLOW_COPY_AND_ASSIGN(MouseEvent);
@@ -377,6 +379,7 @@
private:
friend class internal::RootView;
+ friend class internal::NativeWidgetView;
MouseWheelEvent(const MouseWheelEvent& model, View* root)
: MouseEvent(model, root),
« no previous file with comments | « no previous file | views/examples/native_widget_views_example.cc » ('j') | views/examples/native_widget_views_example.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698