| Index: webkit/api/public/WebFrame.h
|
| ===================================================================
|
| --- webkit/api/public/WebFrame.h (revision 25715)
|
| +++ webkit/api/public/WebFrame.h (working copy)
|
| @@ -296,7 +296,10 @@
|
| // Returns the number of registered unload listeners.
|
| virtual unsigned unloadListenerCount() const = 0;
|
|
|
| + // Returns true if a user gesture is currently being processed.
|
| + virtual bool isProcessingUserGesture() const = 0;
|
|
|
| +
|
| // Editing -------------------------------------------------------------
|
|
|
| // Replaces the selection with the given text.
|
|
|