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

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

Issue 2194893002: services/ui: Revert CLs that broke Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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/public/cpp/BUILD.gn ('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 1f0898e8bf97c9bf8ea0a04c8616545509991b98..8bceaf40ddf65136770cd28472d1333419ff5bb4 100644
--- a/services/ui/public/cpp/bitmap_uploader.h
+++ b/services/ui/public/cpp/bitmap_uploader.h
@@ -18,6 +18,10 @@
#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;
@@ -30,7 +34,7 @@ class BitmapUploader : public WindowSurfaceClient {
explicit BitmapUploader(Window* window);
~BitmapUploader() override;
- void Init();
+ void Init(shell::Connector* connector);
// Sets the color which is RGBA.
void SetColor(uint32_t color);
« no previous file with comments | « services/ui/public/cpp/BUILD.gn ('k') | services/ui/public/cpp/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698