| Index: Source/WebKit/chromium/public/WebFrame.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/public/WebFrame.h (revision 127651)
|
| +++ Source/WebKit/chromium/public/WebFrame.h (working copy)
|
| @@ -415,6 +415,9 @@
|
| // Returns true if a user gesture is currently being processed.
|
| virtual bool isProcessingUserGesture() const = 0;
|
|
|
| + // Returns true if a consumable gesture exists and has been successfully consumed.
|
| + virtual bool consumeUserGesture() const = 0;
|
| +
|
| // Returns true if this frame is in the process of opening a new frame
|
| // with a suppressed opener.
|
| virtual bool willSuppressOpenerInNewFrame() const = 0;
|
|
|