Chromium Code Reviews| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h |
| =================================================================== |
| --- ui/views/widget/desktop_aura/desktop_root_window_host_win.h (revision 181966) |
| +++ ui/views/widget/desktop_aura/desktop_root_window_host_win.h (working copy) |
| @@ -200,6 +200,10 @@ |
| const Widget* GetWidget() const; |
| HWND GetHWND() const; |
| + const DesktopNativeWidgetAura* desktop_native_widget_aura() { |
|
sky
2013/02/13 14:49:44
This should be:
const DesktopNativeWidgetAura* des
ananta
2013/02/13 19:07:58
Done.
|
| + return desktop_native_widget_aura_; |
| + } |
| + |
| private: |
| // We are owned by the RootWindow, but we have to have a back pointer to it. |
| aura::RootWindow* root_window_; |