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

Unified Diff: services/ui/public/cpp/context_provider.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/public/cpp/bitmap_uploader.h ('k') | services/ui/public/cpp/gles2_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/context_provider.h
diff --git a/services/ui/public/cpp/context_provider.h b/services/ui/public/cpp/context_provider.h
index 0b46304ac6426ec45e8a6fce00e0810569b19d38..f17131ed8958252c82a83bb177783e6fe35f57fc 100644
--- a/services/ui/public/cpp/context_provider.h
+++ b/services/ui/public/cpp/context_provider.h
@@ -24,7 +24,7 @@ class GLES2Context;
class ContextProvider : public cc::ContextProvider {
public:
- explicit ContextProvider(shell::Connector* connector);
+ ContextProvider();
// cc::ContextProvider implementation.
bool BindToCurrentThread() override;
@@ -43,7 +43,6 @@ class ContextProvider : public cc::ContextProvider {
~ContextProvider() override;
private:
- std::unique_ptr<shell::Connector> connector_;
std::unique_ptr<GLES2Context> context_;
DISALLOW_COPY_AND_ASSIGN(ContextProvider);
« no previous file with comments | « services/ui/public/cpp/bitmap_uploader.h ('k') | services/ui/public/cpp/gles2_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698