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

Unified Diff: public/web/WebView.h

Issue 1003243002: [DevTools] Cleanup after reversing emulation flow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 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
« no previous file with comments | « public/web/WebDevToolsAgentClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index d5a8eb27cc884905dab1ebb4b9ac953f4e24e83f..20aeff9df75416bb5bf5ed6cfa2cdffcb1222333 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -369,15 +369,6 @@ public:
// Developer tools -----------------------------------------------------
- // Set an override of device scale factor passed from WebView to
- // compositor. Pass zero to cancel override. This is used to implement
- // device metrics emulation.
- virtual void setCompositorDeviceScaleFactorOverride(float) = 0;
-
- // Set offset and scale on the root composited layer. This is used
- // to implement device metrics emulation.
- virtual void setRootLayerTransform(const WebSize& offset, float scale) = 0;
-
// Enables device emulation as specified in params.
virtual void enableDeviceEmulation(const WebDeviceEmulationParams&) = 0;
« no previous file with comments | « public/web/WebDevToolsAgentClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698