Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index cd4d0ce52e3a215c5c9719b46e4ba09fe78a5640..8e94619c69af84a32bcad482faa504992dc8ce9e 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -191,6 +191,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
// Only used by NativeWidgetAura. Specifies the type of layer for the |
// aura::Window. Default is LAYER_TEXTURED. |
ui::LayerType layer_type; |
+ gfx::NativeView context; |
Ben Goodger (Google)
2012/11/12 16:49:33
document.
scottmg
2012/11/12 18:03:53
Done.
|
}; |
Widget(); |