Index: Source/web/ChromeClientImpl.cpp |
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp |
index e0dc3d4a161022e66c4d64f23bd76028a73f8671..7fcacdcdb27bb0083ac15ae015f0f0baf6847db3 100644 |
--- a/Source/web/ChromeClientImpl.cpp |
+++ b/Source/web/ChromeClientImpl.cpp |
@@ -857,4 +857,9 @@ void ChromeClientImpl::openTextDataListChooser(HTMLInputElement& input) |
m_webView->autofillClient()->openTextDataListChooser(WebInputElement(&input)); |
} |
+bool ChromeClientImpl::shouldDisableDesktopWorkarounds() |
+{ |
+ return m_webView->shouldDisableDesktopWorkarounds(); |
+} |
+ |
} // namespace blink |