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

Unified Diff: LayoutTests/inspector/device-orientation-success.html

Issue 1040103002: [DevTools] Cleanup Page domain calls, which should be Emulation calls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: supportsRendering to RenderingOptions 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
Index: LayoutTests/inspector/device-orientation-success.html
diff --git a/LayoutTests/inspector/device-orientation-success.html b/LayoutTests/inspector/device-orientation-success.html
index fb2a992e64823c2fb02cf5e29c64d4342c7b7253..c6f58c54ce5b5091e9815f7c0364f075e9d5d297 100644
--- a/LayoutTests/inspector/device-orientation-success.html
+++ b/LayoutTests/inspector/device-orientation-success.html
@@ -34,12 +34,12 @@ function test()
function setOverride(next)
{
InspectorTest.addConsoleSniffer(next);
- InspectorTest.PageAgent.setDeviceOrientationOverride(20, 30, 40);
+ InspectorTest.DeviceOrientationAgent.setDeviceOrientationOverride(20, 30, 40);
},
function clearOverride(next)
{
- InspectorTest.PageAgent.clearDeviceOrientationOverride(next);
+ InspectorTest.DeviceOrientationAgent.clearDeviceOrientationOverride(next);
}
]);
}
« no previous file with comments | « LayoutTests/http/tests/inspector/inspector-test.js ('k') | LayoutTests/inspector/geolocation-emulation-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698