| Index: third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.h b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| index 9fc71c1a1de2fa7c6f97f9d4b1b955be0a2a5018..3391f95743ff370958f2bcfb013d567964e79119 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -141,6 +141,8 @@ class VRDisplay final : public EventTargetWithInlineData,
|
| void ConnectVSyncProvider();
|
| void OnVSyncConnectionError();
|
|
|
| + bool FocusedOrPresenting();
|
| +
|
| ScriptedAnimationController& EnsureScriptedAnimationController(Document*);
|
| void ProcessScheduledAnimations(double timestamp);
|
| void ProcessScheduledWindowAnimations(double timestamp);
|
|
|