| 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 c3054d02abc063e10bdc558305603acd0425bec1..f6f47ac9c3a1fb973d7f2a0f4d05c678eac1bd13 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -115,6 +115,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,
|
|
|