| 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 c75631438803f8eea31a36b2196ff535f4d52939..7a3d101e1808cb49a6e3c767d55e8fe5c7298cf5 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -192,6 +192,7 @@ enum class PresentationResult {
|
| InvalidLayerBounds = 10,
|
| ServiceInactive = 11,
|
| RequestDenied = 12,
|
| + FullscreenNotEnabled = 13,
|
| PresentationResultMax, // Must be last member of enum.
|
| };
|
|
|
|
|