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

Unified Diff: device/vr/vr_device_provider.h

Issue 2266793002: Add SchedulePollEvents and PollEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add StopSchedulingPollEvents Created 4 years, 4 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 | « device/vr/vr_device_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device_provider.h
diff --git a/device/vr/vr_device_provider.h b/device/vr/vr_device_provider.h
index a81ed4294943a18ba5576fe834a657e14fcc5452..c6896be2eca531b52ad965b7fc72d715408b0ab6 100644
--- a/device/vr/vr_device_provider.h
+++ b/device/vr/vr_device_provider.h
@@ -20,6 +20,8 @@ class VRDeviceProvider {
// If the VR API requires initialization that should happen here.
virtual void Initialize() = 0;
+
+ virtual void PollEvents() {}
};
} // namespace device
« no previous file with comments | « device/vr/vr_device_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698