| Index: Source/platform/UserGestureIndicator.h
|
| diff --git a/Source/platform/UserGestureIndicator.h b/Source/platform/UserGestureIndicator.h
|
| index 50831e0b00a661c952fa91a4bab8912d2e50fb3d..1df4f7db6c401fecf6839625b1909ea1f72aaec4 100644
|
| --- a/Source/platform/UserGestureIndicator.h
|
| +++ b/Source/platform/UserGestureIndicator.h
|
| @@ -48,6 +48,8 @@ public:
|
| virtual bool hasGestures() const = 0;
|
| virtual void setOutOfProcess() = 0;
|
| virtual void setJavascriptPrompt() = 0;
|
| + virtual bool wasForwarded() const = 0;
|
| + virtual void setForwarded() = 0;
|
| };
|
|
|
| class PLATFORM_EXPORT UserGestureIndicatorDisabler {
|
|
|