| Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebFrameImpl.cpp (revision 127651)
|
| +++ Source/WebKit/chromium/src/WebFrameImpl.cpp (working copy)
|
| @@ -1180,6 +1180,11 @@
|
| return ScriptController::processingUserGesture();
|
| }
|
|
|
| +bool WebFrameImpl::consumeUserGesture() const
|
| +{
|
| + return UserGestureIndicator::consumeUserGesture();
|
| +}
|
| +
|
| bool WebFrameImpl::willSuppressOpenerInNewFrame() const
|
| {
|
| return frame()->loader()->suppressOpenerInNewFrame();
|
|
|