Chromium Code Reviews| Index: third_party/WebKit/Source/web/WebUserGestureIndicator.cpp |
| diff --git a/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp b/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp |
| index c34248486fa3b040aa5dd5f508ccbf5df9d64f4d..e767ca8c7f36868d8d36fd6b0b5686bd40075ec1 100644 |
| --- a/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp |
| +++ b/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp |
| @@ -37,7 +37,7 @@ namespace blink { |
| bool WebUserGestureIndicator::isProcessingUserGesture() |
| { |
| - return UserGestureIndicator::processingUserGesture(); |
| + return UserGestureIndicator::processingUserGestureUntracked(); |
|
jochen (gone - plz use gerrit)
2016/03/15 20:01:06
ppapi calls this API to do some checks that "count
Rick Byers
2016/03/16 18:24:44
So do you think it's worth adding tracked/untracke
|
| } |
| bool WebUserGestureIndicator::consumeUserGesture() |