We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522b544 commit 7c07012Copy full SHA for 7c07012
src/api/menu/menu_views.cc
@@ -206,10 +206,7 @@ aura::Window* Menu::GetActiveNativeView(content::RenderFrameHost* rfh) {
206
LOG(ERROR) << "Menu: couldn't find WebContents";
207
return NULL;
208
}
209
- return web_contents->GetFullscreenRenderWidgetHostView()
210
- ? web_contents->GetFullscreenRenderWidgetHostView()
211
- ->GetNativeView()
212
- : web_contents->GetNativeView();
+ return web_contents->GetNativeView();
213
214
215
} // namespace nw
0 commit comments