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

Unified Diff: public/web/WebDevToolsAgent.h

Issue 23187005: [DevTools] Use device metrics emulation implemented in content. (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 7 years, 3 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: public/web/WebDevToolsAgent.h
===================================================================
--- public/web/WebDevToolsAgent.h (revision 157211)
+++ public/web/WebDevToolsAgent.h (working copy)
@@ -74,6 +74,8 @@
virtual void willComposite() = 0;
virtual void didComposite() = 0;
+ virtual void setDeviceEmulationScales(bool enabled, float deviceScaleFactor, float rootLayerScale) = 0;
+
// Exposed for TestRunner.
virtual void evaluateInWebInspector(long callId, const WebString& script) = 0;

Powered by Google App Engine
This is Rietveld 408576698