Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: Source/web/InspectorClientImpl.h

Issue 145003002: [DevTools] Switch from blink-based to content-based touch emulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/InspectorClientImpl.h
diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
index 7b2b81a20da7c7b729ed9619338c9729b2cdaa31..aa28a144c646d77e6e63914c54640cea1c47c061 100644
--- a/Source/web/InspectorClientImpl.h
+++ b/Source/web/InspectorClientImpl.h
@@ -60,6 +60,7 @@ public:
virtual void clearBrowserCookies() OVERRIDE;
virtual void overrideDeviceMetrics(int, int, float, bool, bool) OVERRIDE;
+ virtual void setTouchEventEmulationEnabled(bool) OVERRIDE;
virtual bool overridesShowPaintRects() OVERRIDE;
virtual void setShowPaintRects(bool) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698