Chromium Code Reviews| Index: Source/WebKit/chromium/src/WebViewImpl.h |
| =================================================================== |
| --- Source/WebKit/chromium/src/WebViewImpl.h (revision 113058) |
| +++ Source/WebKit/chromium/src/WebViewImpl.h (working copy) |
| @@ -701,6 +701,7 @@ |
| // If set, the WebView is in fullscreen mode for an element in this frame. |
| RefPtr<WebCore::Frame> m_fullScreenFrame; |
| + bool m_isCancelingFullScreen; |
| #if USE(ACCELERATED_COMPOSITING) |
| WebCore::IntRect m_rootLayerScrollDamage; |