| Index: ui/compositor/test/in_process_context_factory.cc
|
| diff --git a/ui/compositor/test/in_process_context_factory.cc b/ui/compositor/test/in_process_context_factory.cc
|
| index 6e54d2f3b5e6d31dfb78fc905c1a331de111ee50..381caa97c96f7264ea84d880cc7481b62e7693cd 100644
|
| --- a/ui/compositor/test/in_process_context_factory.cc
|
| +++ b/ui/compositor/test/in_process_context_factory.cc
|
| @@ -238,8 +238,8 @@ cc::TaskGraphRunner* InProcessContextFactory::GetTaskGraphRunner() {
|
| return &task_graph_runner_;
|
| }
|
|
|
| -uint32_t InProcessContextFactory::AllocateSurfaceClientId() {
|
| - return next_surface_client_id_++;
|
| +cc::FrameSinkId InProcessContextFactory::AllocateFrameSinkId() {
|
| + return cc::FrameSinkId(next_surface_client_id_++, 0);
|
| }
|
|
|
| cc::SurfaceManager* InProcessContextFactory::GetSurfaceManager() {
|
|
|