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:

committed by
Chromium LUCI CQ

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