| 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 5ae98820122110a4a3e5e91d5a57819356128f3c..0ce4795839743b23740508c3dc4aae01b8b7f249 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -112,6 +112,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,
|
|
|