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

Unified Diff: mandoline/ui/aura/surface_binding.cc

Issue 1157843002: Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/resource_provider/public/cpp/resource_loader.cc ('k') | mojo/environment/default_logger_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_binding.cc
diff --git a/mandoline/ui/aura/surface_binding.cc b/mandoline/ui/aura/surface_binding.cc
index 3f1dd1de5f551658b49b5680cb95bbfbafe9fd00..6f71d1e85a9d0e9ae1af7e3e657e9c98e82dea2f 100644
--- a/mandoline/ui/aura/surface_binding.cc
+++ b/mandoline/ui/aura/surface_binding.cc
@@ -214,7 +214,7 @@ void SurfaceBinding::PerViewManagerState::Init() {
base::Bind(&SurfaceBinding::PerViewManagerState::SetIdNamespace,
base::Unretained(this)));
// Block until we receive our id namespace.
- surface_.WaitForIncomingMethodCall();
+ surface_.WaitForIncomingResponse();
DCHECK_NE(0u, id_namespace_);
mojo::ResourceReturnerPtr returner_ptr;
« no previous file with comments | « components/resource_provider/public/cpp/resource_loader.cc ('k') | mojo/environment/default_logger_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698