| Index: cc/surfaces/onscreen_display_client.h
|
| diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h
|
| index c2f69f1bf2c7e9163aaf67893d51f448bdb46712..4c4245d4161eb3e04120f582ce04fed82c8a3872 100644
|
| --- a/cc/surfaces/onscreen_display_client.h
|
| +++ b/cc/surfaces/onscreen_display_client.h
|
| @@ -60,7 +60,7 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
| SurfaceDisplayOutputSurface* surface_display_output_surface_;
|
| bool output_surface_lost_;
|
| - bool disable_gpu_vsync_;
|
| + bool disable_display_vsync_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(OnscreenDisplayClient);
|
|
|