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

Unified Diff: mojo/cc/context_provider_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 | « mojo/aura/window_tree_host_mojo.cc ('k') | mojo/cc/context_provider_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/cc/context_provider_mojo.h
diff --git a/mojo/cc/context_provider_mojo.h b/mojo/cc/context_provider_mojo.h
index 5ddc7c1f33c56193be29268988747c202bb47fec..eda6e43b2e62aaa64d8279cc1b28a1d203c3b7c5 100644
--- a/mojo/cc/context_provider_mojo.h
+++ b/mojo/cc/context_provider_mojo.h
@@ -13,7 +13,7 @@ namespace mojo {
class ContextProviderMojo : public cc::ContextProvider {
public:
- explicit ContextProviderMojo(ScopedMessagePipeHandle gl_pipe);
+ explicit ContextProviderMojo(ScopedMessagePipeHandle command_buffer_handle);
// cc::ContextProvider implementation.
virtual bool BindToCurrentThread() OVERRIDE;
@@ -42,7 +42,7 @@ class ContextProviderMojo : public cc::ContextProvider {
void ContextLost();
cc::ContextProvider::Capabilities capabilities_;
- ScopedMessagePipeHandle gl_pipe_;
+ ScopedMessagePipeHandle command_buffer_handle_;
MojoGLES2Context context_;
};
« no previous file with comments | « mojo/aura/window_tree_host_mojo.cc ('k') | mojo/cc/context_provider_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698