New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 777883 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Oct 16
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 732805



Sign in to add a comment

Investigate IsMobileOptimized usage in RenderWidgetHostImpl::SubmitCompositorFrame

Project Member Reported by fsamuel@google.com, Oct 24 2017

Issue description

  bool is_mobile_optimized = IsMobileOptimizedFrame(frame.metadata);
  input_router_->NotifySiteIsMobileOptimized(is_mobile_optimized);
  if (touch_emulator_)
    touch_emulator_->SetDoubleTapSupportForPageEnabled(!is_mobile_optimized);

I think it might be possible to execute this code on Chrome OS if we use devtools device emulation. We need to figure out an alternative way to propagate this information.
 

Comment 1 by fsamuel@google.com, Nov 7 2017

Cc: ericrk@chromium.org
Blocking: -601863 732805
Blocking: -732805
Blocking: -775030 732805
Owner: samans@chromium.org
Status: Fixed (was: Available)

Sign in to add a comment