Revert of Enable BeginFrame scheduling on aura (patchset #15 id:270001 of https:...
commite627c5239eed0c99cbb7c9973d9241c125aaaed3
authordbeam <dbeam@chromium.org>
Tue, 5 May 2015 03:25:52 +0000 (4 20:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 5 May 2015 03:26:18 +0000 (5 03:26 +0000)
tree03b76a7a860f43143ac339804dba6c0d71355421
parent6f3e50b69083c51c3d6eca4913cb164e390fded6
Revert of Enable BeginFrame scheduling on aura (patchset #15 id:270001 of https://codereview.chromium.org/1016033006/)

Reason for revert:
Making Autofill interactive tests incredibly flaky again:
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20(1)
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%281%29/

Original issue's description:
> Enable BeginFrame scheduling on aura
>
> This cl is last partial cl from https://codereview.chromium.org/775143003/
> for easy review.
> Until now, BeginFrame is initiated by each renderer process.
> With this cl, BeginFrame is scheduled from parent(browser) cc scheduler
> to child(renderer) cc scheduler.
> For more detailed information, please see this (http://goo.gl/D1Qxrr)
>
> Also, --enable-begin-frame-scheduling is no longer needed because all platform except Mac
> uses it as a default.
>
> R=brianderson@chromium.org, danakj@chromium.org, mithro@mithis.com
> BUG=372086
>
> Committed: https://crrev.com/17dd2f109f3155ebf183627b63df25f97f34b67f
> Cr-Commit-Position: refs/heads/master@{#322622}
>
> Committed: https://crrev.com/62a759e582743bca13f27d1ce5db3dc2fe66fbb6
> Cr-Commit-Position: refs/heads/master@{#328170}

TBR=brianderson@chromium.org,danakj@chromium.org,mithro@mithis.com,sievers@chromium.org,oshima@chromium.org,boliu@chromium.org,simonhong@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=372086

Review URL: https://codereview.chromium.org/1124523003

Cr-Commit-Position: refs/heads/master@{#328267}
35 files changed:
android_webview/lib/main/aw_main_delegate.cc
ash/display/display_controller.cc
chrome/browser/chromeos/login/chrome_restart_request.cc
content/browser/android/content_startup_flags.cc
content/browser/compositor/browser_compositor_output_surface.cc
content/browser/compositor/browser_compositor_output_surface.h
content/browser/compositor/delegated_frame_host.cc
content/browser/compositor/delegated_frame_host.h
content/browser/compositor/gpu_browser_compositor_output_surface.cc
content/browser/compositor/gpu_browser_compositor_output_surface.h
content/browser/compositor/gpu_process_transport_factory.cc
content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc
content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h
content/browser/compositor/offscreen_browser_compositor_output_surface.cc
content/browser/compositor/offscreen_browser_compositor_output_surface.h
content/browser/compositor/reflector_impl_unittest.cc
content/browser/compositor/software_browser_compositor_output_surface.cc
content/browser/compositor/software_browser_compositor_output_surface.h
content/browser/compositor/software_browser_compositor_output_surface_unittest.cc
content/browser/renderer_host/begin_frame_observer_proxy.cc
content/browser/renderer_host/begin_frame_observer_proxy.h
content/browser/renderer_host/render_process_host_impl.cc
content/browser/renderer_host/render_widget_host_view_aura.cc
content/browser/renderer_host/render_widget_host_view_aura.h
content/browser/renderer_host/render_widget_host_view_mac.h
content/browser/renderer_host/render_widget_host_view_mac.mm
content/public/common/content_switches.cc
content/public/common/content_switches.h
content/renderer/gpu/render_widget_compositor.cc
ui/compositor/BUILD.gn
ui/compositor/compositor.cc
ui/compositor/compositor.gyp
ui/compositor/compositor.h
ui/compositor/compositor_vsync_manager.cc [new file with mode: 0644]
ui/compositor/compositor_vsync_manager.h [new file with mode: 0644]