| 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();
|
|
|