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

Unified Diff: mojo/services/gles2/gles2_impl.h

Issue 109103003: Mojo: abstract interface implementation from generated Stub classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/services/gles2/gles2_impl.h
diff --git a/mojo/services/gles2/gles2_impl.h b/mojo/services/gles2/gles2_impl.h
index 50ca4562eb8a3357d9fe6f28b2e9f3cb9bcf997e..63b698075c0615ad44cba538e415b0dbee81cdfa 100644
--- a/mojo/services/gles2/gles2_impl.h
+++ b/mojo/services/gles2/gles2_impl.h
@@ -19,7 +19,7 @@ class GLInProcessContext;
namespace mojo {
namespace services {
-class GLES2Impl : public GLES2Stub {
+class GLES2Impl : public GLES2 {
public:
explicit GLES2Impl(ScopedMessagePipeHandle client);
virtual ~GLES2Impl();

Powered by Google App Engine
This is Rietveld 408576698