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

Unified Diff: mojo/gles2/gles2_context.h

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (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
Index: mojo/gles2/gles2_context.h
diff --git a/mojo/gles2/gles2_context.h b/mojo/gles2/gles2_context.h
index 02c051ebaf0a2f3822ab24984068473323336a0b..9f5ff7df01953cf45d95f96ce377387a69cc371b 100644
--- a/mojo/gles2/gles2_context.h
+++ b/mojo/gles2/gles2_context.h
@@ -10,7 +10,6 @@
#include "gpu/command_buffer/client/gles2_implementation.h"
#include "mojo/gles2/command_buffer_client_impl.h"
#include "mojo/public/c/gles2/gles2.h"
-#include "mojo/public/cpp/bindings/remote_ptr.h"
struct MojoGLES2ContextPrivate {};
@@ -29,7 +28,7 @@ class GLES2Context : public CommandBufferDelegate,
public MojoGLES2ContextPrivate {
public:
explicit GLES2Context(MojoAsyncWaiter* async_waiter,
- ScopedCommandBufferHandle command_buffer_handle,
+ ScopedMessagePipeHandle command_buffer_handle,
MojoGLES2ContextLost lost_callback,
MojoGLES2DrawAnimationFrame animation_callback,
void* closure);

Powered by Google App Engine
This is Rietveld 408576698