| 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 3a7d9776025aedd2f4b0827795340fcb993a3c7e..d23eeb3302add6fa41d5020b67f8db979edfb826 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -149,6 +149,7 @@ class CONTENT_EXPORT CrossProcessFrameConnector {
|
| void OnFrameRectChanged(const gfx::Rect& frame_rect);
|
| void OnUpdateViewportIntersection(const gfx::Rect& viewport_intersection);
|
| void OnVisibilityChanged(bool visible);
|
| + void OnSetIsInert(bool);
|
| void OnSatisfySequence(const cc::SurfaceSequence& sequence);
|
| void OnRequireSequence(const cc::SurfaceId& id,
|
| const cc::SurfaceSequence& sequence);
|
|
|