| Index: android_webview/browser/surfaces_instance.h
|
| diff --git a/android_webview/browser/surfaces_instance.h b/android_webview/browser/surfaces_instance.h
|
| index c3a4093555478448c9c68ee6890bb7c7e97c0db4..a233ec29a69cb7bf0ac09cc1c1e2531ce246c84f 100644
|
| --- a/android_webview/browser/surfaces_instance.h
|
| +++ b/android_webview/browser/surfaces_instance.h
|
| @@ -79,7 +79,7 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
|
| std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
|
| std::unique_ptr<cc::SurfaceFactory> surface_factory_;
|
|
|
| - cc::SurfaceId root_id_;
|
| + cc::LocalFrameId root_id_;
|
| std::vector<cc::SurfaceId> child_ids_;
|
|
|
| // This is owned by |display_|.
|
|
|