Index: third_party/WebKit/Source/web/ChromeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h |
index 9324144dfc6f4bf406e0bcc1e5b7ebde70f022ae..ea028bcbdd0ffcbbdf049a724c6e761a2db24f40 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -190,6 +190,7 @@ private: |
Vector<PopupOpeningObserver*> m_popupOpeningObservers; |
Cursor m_lastSetMouseCursorForTesting; |
bool m_cursorOverridden; |
+ bool m_didRequestNonEmptyToolTip; |
}; |
DEFINE_TYPE_CASTS(ChromeClientImpl, ChromeClient, client, client->isChromeClientImpl(), client.isChromeClientImpl()); |