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

Unified Diff: mojo/services/gpu/public/interfaces/context_provider.mojom

Issue 1116883002: Automatically redraw the display on resume. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | services/native_viewport/onscreen_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gpu/public/interfaces/context_provider.mojom
diff --git a/mojo/services/gpu/public/interfaces/context_provider.mojom b/mojo/services/gpu/public/interfaces/context_provider.mojom
index 59d3b7b84aebfc4a7593bb9476ce3c16d84ec2cd..327e5d2d73631f5c525f0cc63b201759c5e60ec5 100644
--- a/mojo/services/gpu/public/interfaces/context_provider.mojom
+++ b/mojo/services/gpu/public/interfaces/context_provider.mojom
@@ -25,4 +25,8 @@ interface ContextProvider {
// before a previous call returns.
Create(ViewportParameterListener? viewport_parameter_listener)
=> (CommandBuffer? gles2_client);
+
+ // The callback for this method will be called when a new viewport is
jamesr 2015/05/01 00:15:40 this shouldn't be needed - the callback to Create(
+ // created and passed to this ContextProvider.
+ NotifyOnViewportCreated() => ();
};
« no previous file with comments | « no previous file | services/native_viewport/onscreen_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698