| Index: android_webview/browser/surfaces_instance.h
|
| diff --git a/android_webview/browser/surfaces_instance.h b/android_webview/browser/surfaces_instance.h
|
| index 1ba1316bf172a1fd2e506aa5cb42a19f0aa814bf..a0f2d0419b0bbdbddcd1c79ce0b11cc57e9ae5d6 100644
|
| --- a/android_webview/browser/surfaces_instance.h
|
| +++ b/android_webview/browser/surfaces_instance.h
|
| @@ -12,6 +12,7 @@
|
| #include "cc/surfaces/compositor_frame_sink_support_client.h"
|
| #include "cc/surfaces/display_client.h"
|
| #include "cc/surfaces/frame_sink_id.h"
|
| +#include "cc/surfaces/frame_sink_id_allocator.h"
|
| #include "cc/surfaces/surface_id.h"
|
|
|
| namespace cc {
|
| @@ -71,7 +72,7 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
|
|
|
| void SetEmptyRootFrame();
|
|
|
| - uint32_t next_client_id_;
|
| + cc::FrameSinkIdAllocator frame_sink_id_allocator_;
|
|
|
| cc::FrameSinkId frame_sink_id_;
|
|
|
|
|