Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 2583873002: Correctly update the popup window position (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index e78da6c89b22146e060a8bbe3c7b3d15bf1fc3a5..158906e7a4c041a2decec93ab217906ffb031a35 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -332,6 +332,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
return delegated_frame_host_.get();
}
+ // Returns the top level window that is hosting the renderwidget.
+ virtual aura::Window* GetToplevelWindow();
+
private:
friend class InputMethodAuraTestBase;
friend class RenderWidgetHostViewAuraCopyRequestTest;

Powered by Google App Engine
This is Rietveld 408576698