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

Unified Diff: components/bitmap_uploader/bitmap_uploader.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 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 | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bitmap_uploader/bitmap_uploader.h
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h
index cee37d619e284a7b1689c0ddcf82e642565de703..65162ac9c2b56e45341e62eeff205b7fc670fe83 100644
--- a/components/bitmap_uploader/bitmap_uploader.h
+++ b/components/bitmap_uploader/bitmap_uploader.h
@@ -19,7 +19,7 @@
#include "mojo/public/c/gles2/gles2.h"
namespace mojo {
-class Shell;
+class Connector;
}
namespace bitmap_uploader {
@@ -34,7 +34,7 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader
explicit BitmapUploader(mus::Window* window);
~BitmapUploader() override;
- void Init(mojo::Shell* shell);
+ void Init(mojo::Connector* connector);
// Sets the color which is RGBA.
void SetColor(uint32_t color);
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_mus.cc ('k') | components/bitmap_uploader/bitmap_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698