| Index: content/browser/frame_host/cross_process_frame_connector.h
|
| diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h
|
| index c58bfa6b5d1f82e6049ba9cce8b425117c32ce5b..6f31ec606fae0521e4327af186f1aa5f4d36fe57 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -117,6 +117,7 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
|
| const FrameHostMsg_ReclaimCompositorResources_Params& params);
|
| void OnForwardInputEvent(const blink::WebInputEvent* event);
|
| void OnFrameRectChanged(const gfx::Rect& frame_rect);
|
| + void OnVisibilityChanged(bool visible);
|
| void OnInitializeChildFrame(gfx::Rect frame_rect, float scale_factor);
|
| void OnSatisfySequence(const cc::SurfaceSequence& sequence);
|
| void OnRequireSequence(const cc::SurfaceId& id,
|
|
|