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

Unified Diff: ui/views/view.h

Issue 231883003: [stash] 20140404-crbug-312961-mac-views-bridge-C-wholegrid Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 dd76172ea67fcf65bfc62591c499f95279808a69..4c8fc48cd0707317ed1d06105c889d2345cb25ff 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -66,6 +66,7 @@ class FocusTraversable;
class InputMethod;
class LayoutManager;
class NativeViewAccessibility;
+class NSViewBridge;
class ScrollView;
class Widget;
@@ -105,6 +106,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