| Index: cc/surfaces/surface_aggregator_perftest.cc
|
| diff --git a/cc/surfaces/surface_aggregator_perftest.cc b/cc/surfaces/surface_aggregator_perftest.cc
|
| index 9295e0246d178460dd65e900a507684753df7356..b1a79f704a0ae6b7811f17c91f60c33a7f12f38e 100644
|
| --- a/cc/surfaces/surface_aggregator_perftest.cc
|
| +++ b/cc/surfaces/surface_aggregator_perftest.cc
|
| @@ -32,7 +32,8 @@ class EmptySurfaceFactoryClient : public SurfaceFactoryClient {
|
|
|
| class SurfaceAggregatorPerfTest : public testing::Test {
|
| public:
|
| - SurfaceAggregatorPerfTest() : factory_(&manager_, &empty_client_) {
|
| + SurfaceAggregatorPerfTest()
|
| + : factory_(kArbitraryClientId, &manager_, &empty_client_) {
|
| output_surface_ = FakeOutputSurface::CreateSoftware(
|
| base::WrapUnique(new SoftwareOutputDevice));
|
| output_surface_->BindToClient(&output_surface_client_);
|
|
|