| Index: remoting/host/chromeos/point_transformer.cc
|
| diff --git a/remoting/host/chromeos/point_transformer.cc b/remoting/host/chromeos/point_transformer.cc
|
| index 43a3941d25c98328cd00c40695563dd62bc33930..5bcbc19f612b4445ed44b83050266b135f390fec 100644
|
| --- a/remoting/host/chromeos/point_transformer.cc
|
| +++ b/remoting/host/chromeos/point_transformer.cc
|
| @@ -36,8 +36,8 @@ void PointTransformer::OnWindowTransformed(aura::Window* window) {
|
| gfx::Transform to_device_pixels;
|
| gfx::Transform to_dip;
|
|
|
| - CHECK(rotation.GetInverse(&inverse_rotation))
|
| - << "Cannot inverse the root transform." << rotation.ToString();
|
| + // Cannot inverse the root transform.|rotation.ToString()|.
|
| + CHECK(rotation.GetInverse(&inverse_rotation));
|
|
|
| to_device_pixels.Scale(scale, scale);
|
| to_dip.Scale(1 / scale, 1 / scale);
|
|
|