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

Unified Diff: mojo/aura/context_factory_mojo.h

Issue 272323003: Mojo: Implement support for |Foo&| mojom syntax (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | « no previous file | mojo/aura/context_factory_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/context_factory_mojo.h
diff --git a/mojo/aura/context_factory_mojo.h b/mojo/aura/context_factory_mojo.h
index 485dc9f80fa73504c8348154ee23b0a687da899c..3eca7948809e9814daffdb1e9434b2532d182a51 100644
--- a/mojo/aura/context_factory_mojo.h
+++ b/mojo/aura/context_factory_mojo.h
@@ -19,7 +19,7 @@ namespace mojo {
// The default factory that creates in-process contexts.
class ContextFactoryMojo : public ui::ContextFactory {
public:
- explicit ContextFactoryMojo(ScopedMessagePipeHandle gles2_handle);
+ explicit ContextFactoryMojo(ScopedMessagePipeHandle command_buffer_handle);
virtual ~ContextFactoryMojo();
// ContextFactory implementation
@@ -42,7 +42,7 @@ class ContextFactoryMojo : public ui::ContextFactory {
scoped_refptr<webkit::gpu::ContextProviderInProcess>
shared_main_thread_contexts_;
- ScopedMessagePipeHandle gles2_handle_;
+ ScopedMessagePipeHandle command_buffer_handle_;
DISALLOW_COPY_AND_ASSIGN(ContextFactoryMojo);
};
« no previous file with comments | « no previous file | mojo/aura/context_factory_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698