| Index: android_webview/browser/surfaces_instance.cc
|
| diff --git a/android_webview/browser/surfaces_instance.cc b/android_webview/browser/surfaces_instance.cc
|
| index 7e3324f38de47148a2dd75bf8b96e9b6ef353f27..7f85fa9cae4d094836ccf2ab77f79364312600ad 100644
|
| --- a/android_webview/browser/surfaces_instance.cc
|
| +++ b/android_webview/browser/surfaces_instance.cc
|
| @@ -135,7 +135,7 @@ void SurfacesInstance::DrawAndSwap(const gfx::Size& viewport,
|
|
|
| if (!root_id_.is_valid()) {
|
| root_id_ = surface_id_allocator_->GenerateId();
|
| - display_->SetLocalFrameId(root_id_, 1.f);
|
| + display_->SetLocalSurfaceId(root_id_, 1.f);
|
| }
|
| surface_factory_->SubmitCompositorFrame(root_id_, std::move(frame),
|
| cc::SurfaceFactory::DrawCallback());
|
|
|