| Index: services/ui/public/cpp/bitmap_uploader.h
|
| diff --git a/services/ui/public/cpp/bitmap_uploader.h b/services/ui/public/cpp/bitmap_uploader.h
|
| index 8bceaf40ddf65136770cd28472d1333419ff5bb4..1f0898e8bf97c9bf8ea0a04c8616545509991b98 100644
|
| --- a/services/ui/public/cpp/bitmap_uploader.h
|
| +++ b/services/ui/public/cpp/bitmap_uploader.h
|
| @@ -18,10 +18,6 @@
|
| #include "services/ui/public/cpp/window_surface_client.h"
|
| #include "services/ui/public/interfaces/surface.mojom.h"
|
|
|
| -namespace shell {
|
| -class Connector;
|
| -}
|
| -
|
| namespace ui {
|
| class GLES2Context;
|
|
|
| @@ -34,7 +30,7 @@
|
| explicit BitmapUploader(Window* window);
|
| ~BitmapUploader() override;
|
|
|
| - void Init(shell::Connector* connector);
|
| + void Init();
|
|
|
| // Sets the color which is RGBA.
|
| void SetColor(uint32_t color);
|
|
|