[webkit-reviews] review granted: [Bug 112342] Expose whether a UserGestureToken still has gestures via WebKit API : [Attachment 193109] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 12:25:57 PDT 2013


Adam Barth <abarth at webkit.org> has granted jochen at chromium.org's request for
review:
Bug 112342: Expose whether a UserGestureToken still has gestures via WebKit API
https://bugs.webkit.org/show_bug.cgi?id=112342

Attachment 193109: Patch
https://bugs.webkit.org/attachment.cgi?id=193109&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=193109&action=review


> Source/WebCore/dom/UserGestureIndicator.h:45
> +    virtual bool hasGestures() const = 0;

Why do we have this virtual interface.	Are there other implementations of
UserGestureToken?


More information about the webkit-reviews mailing list