summaryrefslogtreecommitdiff
path: root/chromium/ui/views/controls/native/native_view_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/controls/native/native_view_host.h')
-rw-r--r--chromium/ui/views/controls/native/native_view_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ui/views/controls/native/native_view_host.h b/chromium/ui/views/controls/native/native_view_host.h
index c1738f8d789..bdc51510550 100644
--- a/chromium/ui/views/controls/native/native_view_host.h
+++ b/chromium/ui/views/controls/native/native_view_host.h
@@ -15,6 +15,10 @@ namespace views {
class NativeViewHostAuraTest;
class NativeViewHostWrapper;
+// If a NativeViewHost's native view is a Widget, this native window
+// property is set on the widget, pointing to the owning NativeViewHost.
+extern const char kWidgetNativeViewHostKey[];
+
// A View type that hosts a gfx::NativeView. The bounds of the native view are
// kept in sync with the bounds of this view as it is moved and sized.
// Under the hood, a platform-specific NativeViewHostWrapper implementation does