Remove unnecessary task runner / PostTask in OutputSurfaceWithoutParent.
commit388d8d9404eacb90cb2971081eb8adeaaf48d27f
authorsunnyps <sunnyps@chromium.org>
Tue, 9 Jun 2015 19:26:22 +0000 (9 12:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Jun 2015 19:26:47 +0000 (9 19:26 +0000)
tree3db86b5b141279b1062e373e9ee8d2a6bc938097
parentf269d3b548203e217e8c0080c2e22e7ae3efb51e
Remove unnecessary task runner / PostTask in OutputSurfaceWithoutParent.

Both OutputSurfaceWithoutParent and CompositorImpl live on the same
thread. It's unlikely that this will change in the near future. In the
meantime using a task runner to communicate between the output surface
and the compositor is confusing.

R=aelias@chromium.org,sievers@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#333549}
content/browser/renderer_host/compositor_impl_android.cc