Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Issue 2491493004: Fix root ServerWindow size. (Closed)

Created:
4 years, 1 month ago by kylechar
Modified:
4 years, 1 month ago
Reviewers:
msw
CC:
chromium-reviews, rjkroege, riajiang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix root ServerWindow size. The root ServerWindow was changed to be created using physical pixel size. When the root ServerWindow gets updated however it was still using DIP size. Use physical pixel size instead of DIP size. Also, don't need to check if root_ exists, as it is initialized in the constructor, so should always be there. BUG=659673 Committed: https://crrev.com/47a013537bc0f554137b3ac2db6ce7762ff624f6 Cr-Commit-Position: refs/heads/master@{#431104}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M services/ui/ws/display.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/ws/display.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M services/ui/ws/display_manager.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/platform_display.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
kylechar
4 years, 1 month ago (2016-11-09 20:15:13 UTC) #2
msw
A question and nit. https://codereview.chromium.org/2491493004/diff/1/services/ui/ws/display.h File services/ui/ws/display.h (right): https://codereview.chromium.org/2491493004/diff/1/services/ui/ws/display.h#newcode140 services/ui/ws/display.h:140: // Updates the size of ...
4 years, 1 month ago (2016-11-09 20:57:18 UTC) #3
kylechar
https://codereview.chromium.org/2491493004/diff/1/services/ui/ws/display.h File services/ui/ws/display.h (right): https://codereview.chromium.org/2491493004/diff/1/services/ui/ws/display.h#newcode140 services/ui/ws/display.h:140: // Updates the size of display root ServerWindow and ...
4 years, 1 month ago (2016-11-09 21:36:56 UTC) #4
msw
lgtm
4 years, 1 month ago (2016-11-09 22:22:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2491493004/20001
4 years, 1 month ago (2016-11-09 22:42:44 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-10 00:38:13 UTC) #8
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 00:41:41 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/47a013537bc0f554137b3ac2db6ce7762ff624f6
Cr-Commit-Position: refs/heads/master@{#431104}

Powered by Google App Engine
This is Rietveld 408576698