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

Unified Diff: device/vr/vr_service_impl.h

Issue 2916423002: [WebVR] Handle slow connecting devices. (Closed)
Patch Set: add a check on the callstack when no libraries available Created 3 years, 6 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 | « no previous file | device/vr/vr_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_service_impl.h
diff --git a/device/vr/vr_service_impl.h b/device/vr/vr_service_impl.h
index e66e54cfda2d37c1f66cfae75cb3f69e65e92c77..6c4c2a62dae8428681638bccac0d68b8a7715f03 100644
--- a/device/vr/vr_service_impl.h
+++ b/device/vr/vr_service_impl.h
@@ -60,7 +60,9 @@ class VRServiceImpl : public mojom::VRService {
mojom::VRServiceClientPtr client_;
bool listening_for_activate_;
+ bool in_set_client_;
unsigned connected_devices_;
+ unsigned handled_devices_;
base::WeakPtrFactory<VRServiceImpl> weak_ptr_factory_;
« no previous file with comments | « no previous file | device/vr/vr_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698