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

Unified Diff: device/vr/android/gvr/gvr_device_provider.h

Issue 2584343002: WIP: working copy-no-compositor path
Patch Set: StatTracker destructor, delete old magic numbers, mojo export Created 3 years, 11 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
Index: device/vr/android/gvr/gvr_device_provider.h
diff --git a/device/vr/android/gvr/gvr_device_provider.h b/device/vr/android/gvr/gvr_device_provider.h
index 6bbef04dff5ab38dee6caa92ddffa1f71e96e132..5a4193c0c813a1f6d97a3e7beb91a6369e99efff 100644
--- a/device/vr/android/gvr/gvr_device_provider.h
+++ b/device/vr/android/gvr/gvr_device_provider.h
@@ -37,6 +37,7 @@ class DEVICE_VR_EXPORT GvrDeviceProvider : public VRDeviceProvider {
// TODO(mthiesse): Make the NonPresentingDelegate owned by this class so that
// it cannot be removed.
void OnNonPresentingDelegateRemoved();
+ void OnFrameSubmitted(int32_t surface_handle, uint32_t frame_index, double elapsed);
void OnDisplayBlur();
void OnDisplayFocus();
void OnDisplayActivate();

Powered by Google App Engine
This is Rietveld 408576698