| Index: Source/WebKit/chromium/src/WebViewImpl.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebViewImpl.h (revision 141474)
|
| +++ Source/WebKit/chromium/src/WebViewImpl.h (working copy)
|
| @@ -596,6 +596,10 @@
|
| virtual bool isPointerLocked();
|
| #endif
|
|
|
| + // Heuristic-based function for determining if we should disable workarounds
|
| + // for viewing websites that are not optimized for mobile devices.
|
| + bool shouldDisableDesktopWorkarounds();
|
| +
|
| #if ENABLE(GESTURE_EVENTS)
|
| // Exposed for tests.
|
| LinkHighlight* linkHighlight() { return m_linkHighlight.get(); }
|
|
|