| 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 d32665cddf5c8df7a1a9988019ccf1cffe8314c8..263113a44902c9f2db46367887720c80c1fba973 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
|
| @@ -560,6 +560,10 @@ void RenderWidgetHostViewChildFrame::SetActive(bool active) {
|
| }
|
|
|
| void RenderWidgetHostViewChildFrame::ShowDefinitionForSelection() {
|
| + if (frame_connector_) {
|
| + frame_connector_->GetRootRenderWidgetHostView()
|
| + ->ShowDefinitionForSelection();
|
| + }
|
| }
|
|
|
| bool RenderWidgetHostViewChildFrame::SupportsSpeech() const {
|
|
|