commit | fafebfc19620823e1c6a1ae7076b15537c7b5210 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Thu Jul 18 17:10:53 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 18 17:10:53 2019 |
tree | ad13e41bcce91c604e991c0edebf6add2448d072 | |
parent | 54141e3309ded7902eae6a470665ef0e810f438d [diff] |
Use ScopedTaskEnvironment instead of MessageLoop in /ui/gfx/image MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=rsesek@chromium.org Change-Id: Ia002715c01ed6fbd2e7973068a33f64a07cf7a70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649548 Auto-Submit: Carlos Caballero <carlscab@google.com> Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#678733}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .