Index: ui/aura/root_window.cc |
=================================================================== |
--- ui/aura/root_window.cc (revision 126124) |
+++ ui/aura/root_window.cc (working copy) |
@@ -449,6 +449,10 @@ |
} |
#endif |
+aura::NativeHandle RootWindow::GetNativeWindow() const { |
+ return host_->GetNativeWindow(); |
+} |
+ |
//////////////////////////////////////////////////////////////////////////////// |
// RootWindow, Window overrides: |