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

Unified Diff: mojo/cc/context_provider_mojo.h

Issue 504443002: Update mojo surfaces bindings and mojo/cc/ glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fixes Created 6 years, 4 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/cc/BUILD.gn ('k') | mojo/cc/output_surface_mojo.h » ('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 32ef87688e0f31e43a95a6860d4bbc97c4b33301..1e300d4ba11e4529208642345611639015e89077 100644
--- a/mojo/cc/context_provider_mojo.h
+++ b/mojo/cc/context_provider_mojo.h
@@ -45,6 +45,8 @@ class ContextProviderMojo : public cc::ContextProvider {
ScopedMessagePipeHandle command_buffer_handle_;
MojoGLES2Context context_;
bool context_lost_;
+
+ DISALLOW_COPY_AND_ASSIGN(ContextProviderMojo);
};
} // namespace mojo
« no previous file with comments | « mojo/cc/BUILD.gn ('k') | mojo/cc/output_surface_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698