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

Issue 2843373005: [Remoting Client] DesktopViewport Implementation (Closed)

Created:
3 years, 7 months ago by Yuwei
Modified:
3 years, 7 months ago
Reviewers:
joedow
CC:
chromium-reviews, chromoting-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Remoting Client] DesktopViewport Implementation This CL implements a class and some geometry tools to manipulate the viewport on a mobile client. For now this is only for iOS only. Later we should try to also use this on Android to reduce platform-specific codepaths. Review-Url: https://codereview.chromium.org/2843373005 Cr-Commit-Position: refs/heads/master@{#468378} Committed: https://chromium.googlesource.com/chromium/src/+/10b769e9ee208a2d2f08dec880126bf4731f5e1e

Patch Set 1 : Fix #

Total comments: 38

Patch Set 2 : Resolve some feedbacks #

Patch Set 3 : Rename SimpleMatrix to ViewMatrix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+743 lines, -0 lines) Patch
M remoting/client/BUILD.gn View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
A remoting/client/desktop_viewport.h View 1 2 1 chunk +114 lines, -0 lines 0 comments Download
A remoting/client/desktop_viewport.cc View 1 2 1 chunk +238 lines, -0 lines 0 comments Download
A remoting/client/desktop_viewport_unittest.cc View 1 2 1 chunk +254 lines, -0 lines 0 comments Download
A remoting/client/view_matrix.h View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A remoting/client/view_matrix.cc View 1 2 1 chunk +61 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Yuwei
PTAL The number of lines looks scary but many of them are just ASCII arts ...
3 years, 7 months ago (2017-04-28 02:10:51 UTC) #3
joedow
https://codereview.chromium.org/2843373005/diff/20001/remoting/client/desktop_viewport.cc File remoting/client/desktop_viewport.cc (right): https://codereview.chromium.org/2843373005/diff/20001/remoting/client/desktop_viewport.cc#newcode19 remoting/client/desktop_viewport.cc:19: DesktopViewport::DesktopViewport() : desktop_to_surface_(0.f, {0.f, 0.f}) {} Add a default ...
3 years, 7 months ago (2017-04-28 21:29:53 UTC) #4
Yuwei
PTAL. Thanks! https://codereview.chromium.org/2843373005/diff/20001/remoting/client/desktop_viewport.cc File remoting/client/desktop_viewport.cc (right): https://codereview.chromium.org/2843373005/diff/20001/remoting/client/desktop_viewport.cc#newcode19 remoting/client/desktop_viewport.cc:19: DesktopViewport::DesktopViewport() : desktop_to_surface_(0.f, {0.f, 0.f}) {} On ...
3 years, 7 months ago (2017-04-28 23:53:41 UTC) #5
joedow
lgtm
3 years, 7 months ago (2017-05-01 15:01:47 UTC) #6
Yuwei
On 2017/05/01 15:01:47, joedow wrote: > lgtm Thanks!
3 years, 7 months ago (2017-05-01 17:53:21 UTC) #7
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/2843373005/60001
3 years, 7 months ago (2017-05-01 17:54:02 UTC) #9
commit-bot: I haz the power
3 years, 7 months ago (2017-05-01 19:06:03 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/10b769e9ee208a2d2f08dec88012...

Powered by Google App Engine
This is Rietveld 408576698