| 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 977f03b053d977efb1bdf03e0d9f8bf71d90c6a5..e95f505f11fde2a82000e28d04dbe99e6337faa1 100644
|
| --- a/ui/android/delegated_frame_host_android.h
|
| +++ b/ui/android/delegated_frame_host_android.h
|
| @@ -41,7 +41,8 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
|
|
|
| DelegatedFrameHostAndroid(ViewAndroid* view,
|
| SkColor background_color,
|
| - Client* client);
|
| + Client* client,
|
| + const cc::FrameSinkId& frame_sink_id);
|
|
|
| ~DelegatedFrameHostAndroid() override;
|
|
|
|
|