Chromium Code Reviews| Index: services/ui/ws/window_server.h |
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h |
| index 17e335d73cec56998b98f6cecce606e9db5ae9c9..a2c8112b2895c7bbc05d6a4c3a61fa20ba239477 100644 |
| --- a/services/ui/ws/window_server.h |
| +++ b/services/ui/ws/window_server.h |
| @@ -328,7 +328,7 @@ class WindowServer : public ServerWindowDelegate, |
| // cc::mojom::DisplayCompositorClient: |
| void OnSurfaceCreated(const cc::SurfaceId& surface_id, |
| - const gfx::Size& frame_size, |
| + const gfx::Size& frame_size_in_dip, |
|
sky
2016/12/03 16:28:30
Why does this function take dips?
kylechar
2016/12/05 14:46:11
+1. This function receives PP values for frame_siz
|
| float device_scale_factor) override; |
| // UserIdTrackerObserver: |