| Index: cc/ipc/display_compositor.mojom
|
| diff --git a/cc/ipc/display_compositor.mojom b/cc/ipc/display_compositor.mojom
|
| index 52b688aafd62cd930c54aa99de03ad63e015d645..a4ded4598d4a392f78a33833806e7b4df7a910b8 100644
|
| --- a/cc/ipc/display_compositor.mojom
|
| +++ b/cc/ipc/display_compositor.mojom
|
| @@ -22,8 +22,8 @@ interface DisplayPrivate {
|
| ResizeDisplay(gfx.mojom.Size size_in_pixel);
|
| SetDisplayColorSpace(gfx.mojom.ColorSpace color_space);
|
| SetOutputIsSecure(bool secure);
|
| - SetLocalSurfaceId(cc.mojom.LocalSurfaceId local_surface_id,
|
| - float scale_factor);
|
| + SetLocalSurfaceId(cc.mojom.LocalSurfaceId local_surface_id);
|
| + SetDeviceScaleFactor(float scale_factor);
|
| };
|
|
|
| // The DisplayCompositor interface is a privileged interface that allows
|
|
|