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

Unified Diff: ui/views/view.h

Issue 187483005: Extending the Views-on-Mac experiment: whole app list grid. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still compiles r263560 + crrev/195793005 Created 6 years, 8 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
« no previous file with comments | « ui/views/metrics_mac.mm ('k') | ui/views/view.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 314ebb7ddeaef6756bfa2450148a5c6badcb4062..1b4807b759f2383ac3f6199e9ae574c94dd19d54 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -67,6 +67,7 @@ class FocusTraversable;
class InputMethod;
class LayoutManager;
class NativeViewAccessibility;
+class NSViewBridge;
class ScrollView;
class Widget;
@@ -106,6 +107,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
public ui::AcceleratorTarget,
public ui::EventTarget {
public:
+ friend class NSViewBridge;
typedef std::vector<View*> Views;
// TODO(tdanderson,sadrul): Becomes obsolete with the refactoring of the
« no previous file with comments | « ui/views/metrics_mac.mm ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698