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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.cc

Issue 2041493002: Support tooltips in GuestViews with "--use-cross-process-frames-for-guests" flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/render_widget_host_view_child_frame.cc
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc
index 7101a901d12d64c5f8367a5d904cb73520fbd593..4035b1067a1d607195262e2c96b66455dd9ed4a5 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.cc
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc
@@ -294,6 +294,7 @@ void RenderWidgetHostViewChildFrame::Destroy() {
void RenderWidgetHostViewChildFrame::SetTooltipText(
const base::string16& tooltip_text) {
+ frame_connector_->GetRootRenderWidgetHostView()->SetTooltipText(tooltip_text);
}
void RenderWidgetHostViewChildFrame::SelectionChanged(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698