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

Unified Diff: mojo/services/public/interfaces/native_viewport/native_viewport.mojom

Issue 372273004: Shutdown cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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/services/public/interfaces/native_viewport/native_viewport.mojom
diff --git a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
index ed12feba8651f3f6ba1c1463f71612722fcd57a1..b168104a704be40bcf438f5d1c68b0ee557c74c4 100644
--- a/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
+++ b/mojo/services/public/interfaces/native_viewport/native_viewport.mojom
@@ -21,7 +21,7 @@ interface NativeViewport {
interface NativeViewportClient {
OnCreated();
OnBoundsChanged(Rect bounds);
- OnDestroyed();
+ OnDestroyed() => ();
sky 2014/07/10 22:54:29 Seems unusual to have a callback for this. It impl
OnEvent(Event event) => ();
};

Powered by Google App Engine
This is Rietveld 408576698