Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(829)

Unified Diff: services/ui/public/cpp/bitmap_uploader.h

Issue 2187103002: services/ui: Remove unused connector argument (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 @@ class BitmapUploader : public WindowSurfaceClient {
explicit BitmapUploader(Window* window);
~BitmapUploader() override;
- void Init(shell::Connector* connector);
+ void Init();
// Sets the color which is RGBA.
void SetColor(uint32_t color);
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698