Chromium Code Reviews| 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..1539c6399cbb8449a3682de791d9ca9efdde0da0 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, |
| + cc::FrameSinkId frame_sink_id); |
|
Fady Samuel
2017/01/25 23:23:48
const cc::FrameSinkId&
|
| ~DelegatedFrameHostAndroid() override; |