0

Remove unused code from RenderThreadImpl.

This CL does not change any functionalicy.

Change-Id: I99f07bed08852e35146315aa2b35eadab799a7c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3377022
Reviewed-by: Stefan Zager <szager@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/main@{#957084}
This commit is contained in:
Ramin Halavati
2022-01-10 16:55:39 +00:00
committed by Chromium LUCI CQ
parent 493d248e24
commit 428b47321c

@ -60,8 +60,6 @@
#include "third_party/blink/public/web/web_memory_statistics.h"
#include "ui/gfx/native_widget_types.h"
class SkBitmap;
namespace blink {
class WebResourceRequestSenderDelegate;
class WebVideoCaptureImplManager;
@ -430,9 +428,6 @@ class CONTENT_EXPORT RenderThreadImpl
void InitializeCompositorThread();
void InitializeWebKit(mojo::BinderMap* binders);
void OnTransferBitmap(const SkBitmap& bitmap, int resource_id);
void OnGetAccessibilityTree();
// mojom::Renderer:
void CreateAgentSchedulingGroup(
mojo::PendingReceiver<IPC::mojom::ChannelBootstrap> bootstrap,