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

Unified Diff: services/native_viewport/ozone/app_delegate_ozone.h

Issue 1979723002: ApplicationConnection devolution, part 3. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « services/native_viewport/app_delegate.cc ('k') | services/native_viewport/ozone/app_delegate_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/ozone/app_delegate_ozone.h
diff --git a/services/native_viewport/ozone/app_delegate_ozone.h b/services/native_viewport/ozone/app_delegate_ozone.h
index 825f22aa793476a52d544906e51f8dff16de1b46..c500206d3cacad7f1b14d79357b4a42090e0d530 100644
--- a/services/native_viewport/ozone/app_delegate_ozone.h
+++ b/services/native_viewport/ozone/app_delegate_ozone.h
@@ -15,7 +15,8 @@ class NativeViewportOzoneAppDelegate : public NativeViewportAppDelegate {
using NativeViewportAppDelegate::Create;
void Initialize(mojo::ApplicationImpl* application) override;
- bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
+ bool ConfigureIncomingConnection(
+ mojo::ServiceProviderImpl* service_provider_impl) override;
private:
std::unique_ptr<DisplayManager> display_manager_;
« no previous file with comments | « services/native_viewport/app_delegate.cc ('k') | services/native_viewport/ozone/app_delegate_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698