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

Unified Diff: mojo/examples/sample_app/native_viewport_client_impl.h

Issue 101413002: [Mojo] Remove dependency between mojo/public and gpu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/examples/sample_app/native_viewport_client_impl.h
diff --git a/mojo/examples/sample_app/native_viewport_client_impl.h b/mojo/examples/sample_app/native_viewport_client_impl.h
index d959c45ed19d7042fe8abe98157f39c481f22097..32beb6b9c023de80fb50bbd5003dfb90cff3fab0 100644
--- a/mojo/examples/sample_app/native_viewport_client_impl.h
+++ b/mojo/examples/sample_app/native_viewport_client_impl.h
@@ -6,7 +6,7 @@
#define MOJO_EXAMPLES_SAMPLE_APP_NATIVE_VIEWPORT_CLIENT_IMPL_H_
#include "base/memory/scoped_ptr.h"
-#include "mojo/examples/sample_app/sample_gles2_delegate.h"
+#include "mojo/examples/sample_app/gles2_client_impl.h"
#include "mojo/public/bindings/lib/remote_ptr.h"
#include "mojom/native_viewport.h"
@@ -23,10 +23,11 @@ class NativeViewportClientImpl : public NativeViewportClientStub {
private:
virtual void DidOpen() MOJO_OVERRIDE;
- SampleGLES2Delegate gles2_delegate_;
scoped_ptr<GLES2ClientImpl> gles2_client_;
RemotePtr<NativeViewport> service_;
+
+ MOJO_DISALLOW_COPY_AND_ASSIGN(NativeViewportClientImpl);
};
} // namespace examples
« no previous file with comments | « mojo/examples/sample_app/gles2_client_impl.cc ('k') | mojo/examples/sample_app/native_viewport_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698