| Index: trunk/Source/platform/UserGestureIndicator.cpp
|
| ===================================================================
|
| --- trunk/Source/platform/UserGestureIndicator.cpp (revision 173444)
|
| +++ trunk/Source/platform/UserGestureIndicator.cpp (working copy)
|
| @@ -88,23 +88,12 @@
|
| m_javascriptPrompt = true;
|
| }
|
|
|
| - virtual bool wasForwarded() const OVERRIDE
|
| - {
|
| - return m_forwarded;
|
| - }
|
| -
|
| - virtual void setForwarded() OVERRIDE
|
| - {
|
| - m_forwarded = true;
|
| - }
|
| -
|
| private:
|
| GestureToken()
|
| : m_consumableGestures(0),
|
| m_timestamp(0),
|
| m_outOfProcess(false),
|
| - m_javascriptPrompt(false),
|
| - m_forwarded(false)
|
| + m_javascriptPrompt(false)
|
| {
|
| }
|
|
|
| @@ -112,7 +101,6 @@
|
| double m_timestamp;
|
| bool m_outOfProcess;
|
| bool m_javascriptPrompt;
|
| - bool m_forwarded;
|
| };
|
|
|
| }
|
|
|