Commit 1beba420 authored by Peng Huang's avatar Peng Huang Committed by Commit Bot

VizMainImpl: Remove some unused code.

Bug: none
Change-Id: I987547cfa1a5007ea3e3844afcc6f7c9d8ad9cd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810762
Auto-Submit: Peng Huang <penghuang@chromium.org>
Commit-Queue: Jonathan Backer <backer@chromium.org>
Reviewed-by: default avatarJonathan Backer <backer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697653}
parent 5006994c
...@@ -44,12 +44,6 @@ class MojoUkmRecorder; ...@@ -44,12 +44,6 @@ class MojoUkmRecorder;
namespace viz { namespace viz {
class GpuServiceImpl; class GpuServiceImpl;
#if defined(OS_ANDROID)
using CompositorThreadType = base::android::JavaHandlerThread;
#else
using CompositorThreadType = base::Thread;
#endif
class VizMainImpl : public mojom::VizMain { class VizMainImpl : public mojom::VizMain {
public: public:
struct LogMessage { struct LogMessage {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment