Chromium Code Reviews| Index: third_party/WebKit/Source/modules/vr/NavigatorVR.cpp |
| diff --git a/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp b/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp |
| index a0169b014c0888227d127aa1df652a4a1fab927c..28416746ac211180a015f98f4323efeedb9783b8 100644 |
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp |
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp |
| @@ -110,7 +110,7 @@ void NavigatorVR::enqueueVREvent(VRDisplayEvent* event) { |
| } |
| void NavigatorVR::dispatchVRGestureEvent(VRDisplayEvent* event) { |
| - if (host()->frame()) |
| + if (!(host()->frame())) |
|
haraken
2017/01/11 23:47:01
Sorry... I think this is a bug my CL injected.
|
| return; |
| UserGestureIndicator gestureIndicator( |
| DocumentUserGestureToken::create(document())); |