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

Unified Diff: services/keyboard/linux/keyboard_service_impl.h

Issue 1682113003: Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase ontop of master, address trung's comments Created 4 years, 10 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/http_server/http_server_impl.cc ('k') | services/keyboard/linux/keyboard_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard/linux/keyboard_service_impl.h
diff --git a/services/keyboard/linux/keyboard_service_impl.h b/services/keyboard/linux/keyboard_service_impl.h
index bb4037c14b4fe570ac1769041be3652e9d708ac8..6ac6a891498c4264422e6ebffa2427abc492ae6f 100644
--- a/services/keyboard/linux/keyboard_service_impl.h
+++ b/services/keyboard/linux/keyboard_service_impl.h
@@ -23,7 +23,7 @@ class LinuxKeyboardServiceImpl : public keyboard::KeyboardService,
~LinuxKeyboardServiceImpl() override;
// |KeyboardService| overrides:
- void Show(keyboard::KeyboardClientPtr client,
+ void Show(mojo::InterfaceHandle<keyboard::KeyboardClient> client,
keyboard::KeyboardType type) override;
void ShowByRequest() override;
void Hide() override;
« no previous file with comments | « services/http_server/http_server_impl.cc ('k') | services/keyboard/linux/keyboard_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698