Chromium Code Reviews| 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); |
|
kenrb
2015/11/11 16:09:33
At some point we might want to roll On*Changed mes
EhsanK
2015/11/11 19:13:18
Acknowledged.
|
| void OnInitializeChildFrame(gfx::Rect frame_rect, float scale_factor); |
| void OnSatisfySequence(const cc::SurfaceSequence& sequence); |
| void OnRequireSequence(const cc::SurfaceId& id, |