| Index: cc/output/renderer_settings.h
|
| diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
|
| index 4757f8d5571fc59cca4dd91f31f323d797f7466f..ce0a4704a0ed753dbf8c812857049884ccaa36fa 100644
|
| --- a/cc/output/renderer_settings.h
|
| +++ b/cc/output/renderer_settings.h
|
| @@ -21,7 +21,7 @@ class CC_EXPORT RendererSettings {
|
| bool partial_swap_enabled;
|
| bool finish_rendering_on_resize;
|
| bool should_clear_root_render_pass;
|
| - bool disable_gpu_vsync;
|
| + bool disable_display_vsync;
|
| double refresh_rate;
|
| int highp_threshold_min;
|
| bool use_rgba_4444_textures;
|
|
|