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

Issue 257903002: Fix for pinch virtual viewport flag wasn't fully enabled. (Closed)

Created:
6 years, 8 months ago by bokan
Modified:
6 years, 7 months ago
Reviewers:
wjmaclean, piman
CC:
chromium-reviews, piman+watch_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

Fix for pinch virtual viewport flag wasn't fully enabled. Missed a case when enabling the flag on CrOS in r266119. BUG=367099 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266504

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 1

Patch Set 3 : OS-check in one place. Made flag enable/disable #

Total comments: 3

Patch Set 4 : Renamed to AppendCompositorCommandLineFlags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -13 lines) Patch
M cc/base/switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/switches.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/compositor_util.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/gpu/compositor_util.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 chunks +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
wjmaclean
lgtm
6 years, 8 months ago (2014-04-25 15:00:00 UTC) #1
bokan
piman@, forgot this in r266119, PTAL.
6 years, 8 months ago (2014-04-25 15:01:43 UTC) #2
piman
https://codereview.chromium.org/257903002/diff/20001/content/renderer/gpu/render_widget_compositor.cc File content/renderer/gpu/render_widget_compositor.cc (right): https://codereview.chromium.org/257903002/diff/20001/content/renderer/gpu/render_widget_compositor.cc#newcode195 content/renderer/gpu/render_widget_compositor.cc:195: #endif I would prefer if this kind of per-platform ...
6 years, 8 months ago (2014-04-25 20:53:05 UTC) #3
bokan
Thanks for the guidance, much better. https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc#newcode943 content/browser/renderer_host/render_process_host_impl.cc:943: if (IsPinchVirtualViewportEnabled()) Not ...
6 years, 8 months ago (2014-04-25 22:07:24 UTC) #4
bokan
On 2014/04/25 22:07:24, bokan wrote: > Thanks for the guidance, much better. > > https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc ...
6 years, 8 months ago (2014-04-25 22:07:56 UTC) #5
piman
lgtm https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc#newcode943 content/browser/renderer_host/render_process_host_impl.cc:943: if (IsPinchVirtualViewportEnabled()) On 2014/04/25 22:07:25, bokan wrote: > ...
6 years, 8 months ago (2014-04-25 22:44:39 UTC) #6
bokan
The CQ bit was checked by bokan@chromium.org
6 years, 8 months ago (2014-04-25 23:03:33 UTC) #7
bokan
https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/257903002/diff/80001/content/browser/renderer_host/render_process_host_impl.cc#newcode943 content/browser/renderer_host/render_process_host_impl.cc:943: if (IsPinchVirtualViewportEnabled()) On 2014/04/25 22:44:40, piman wrote: > On ...
6 years, 8 months ago (2014-04-25 23:03:46 UTC) #8
piman
LGTM, thanks!
6 years, 8 months ago (2014-04-25 23:05:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bokan@chromium.org/257903002/90001
6 years, 8 months ago (2014-04-25 23:15:50 UTC) #10
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 10:29:06 UTC) #11
Message was sent while issue was closed.
Change committed as 266504

Powered by Google App Engine
This is Rietveld 408576698