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

Unified Diff: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
diff --git a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
index 9ff19bf7125a6eb0b04e052af87de98490232144..18d4e2042e73fa285cab0bf243dc22e8f92b4310 100644
--- a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
+++ b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
@@ -38,7 +38,7 @@ class HyphenationMinikin : public Hyphenation {
static mojom::blink::HyphenationPtr connectToRemoteService() {
mojom::blink::HyphenationPtr service;
Platform::current()->interfaceProvider()->getInterface(
- mojo::GetProxy(&service));
+ mojo::MakeRequest(&service));
return service;
}
« no previous file with comments | « third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.cpp ('k') | ui/aura/mus/input_method_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698