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

Unified Diff: mojo/services/gles2/gles2.mojom

Issue 131153007: Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreateContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix various issues Created 6 years, 11 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/public/gles2/gles2_types.h ('k') | mojo/services/gles2/gles2_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/gles2.mojom
diff --git a/mojo/services/gles2/gles2.mojom b/mojo/services/gles2/gles2.mojom
index 2e78ba336e54981ae5a33349f16c1689ef2c30b9..a27fd536a700624f6983584b2e6c5e1b65eba7f3 100644
--- a/mojo/services/gles2/gles2.mojom
+++ b/mojo/services/gles2/gles2.mojom
@@ -13,7 +13,7 @@ interface GLES2 {
[Peer=GLES2]
interface GLES2Client {
- void DidCreateContext(uint64 encoded, uint32 width, uint32 height);
+ void DidCreateContext(uint64 encoded);
void ContextLost();
void DrawAnimationFrame();
};
« no previous file with comments | « mojo/public/gles2/gles2_types.h ('k') | mojo/services/gles2/gles2_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698