| Index: ui/android/delegated_frame_host_android.h
|
| diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
|
| index d6065d4ffc73f0df8cc4c857763a5e83c6d88617..76749af541b3a84e14f70c21298ff3c7701a0247 100644
|
| --- a/ui/android/delegated_frame_host_android.h
|
| +++ b/ui/android/delegated_frame_host_android.h
|
| @@ -51,6 +51,8 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
|
|
|
| void DestroyDelegatedContent();
|
|
|
| + void ForceFrame(cc::CompositorFrame frame);
|
| +
|
| bool HasDelegatedContent() const;
|
|
|
| cc::FrameSinkId GetFrameSinkId() const;
|
|
|