| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index dc6c42b32025bddf8ee3381cf759aece36aab3e3..c90b340827ee04979690d0feda07615caebd152a 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -40,6 +40,7 @@ struct FrameHostMsg_DidFailProvisionalLoadWithError_Params;
|
| struct FrameHostMsg_OpenURL_Params;
|
| struct FrameHostMsg_BeginNavigation_Params;
|
| struct FrameMsg_Navigate_Params;
|
| +struct FrameMsg_TextTrackSettings_Params;
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| struct FrameHostMsg_ShowPopup_Params;
|
| #endif
|
| @@ -377,6 +378,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void SetAccessibilityCallbackForTesting(
|
| const base::Callback<void(ui::AXEvent, int)>& callback);
|
|
|
| + // Send a message to the render process to change text track style settings.
|
| + void SetTextTrackSettings(const FrameMsg_TextTrackSettings_Params& params);
|
| +
|
| // Returns a snapshot of the accessibility tree received from the
|
| // renderer as of the last time an accessibility notification was
|
| // received.
|
|
|