Index: content/browser/devtools/protocol/emulation_handler.h |
diff --git a/content/browser/devtools/protocol/emulation_handler.h b/content/browser/devtools/protocol/emulation_handler.h |
index e61862e66a7492a3697a5ebef1cad6c6fc01eacd..7bbf9500ad405aa530d6d3f6e73042b55d3bf607 100644 |
--- a/content/browser/devtools/protocol/emulation_handler.h |
+++ b/content/browser/devtools/protocol/emulation_handler.h |
@@ -52,7 +52,9 @@ class EmulationHandler { |
const int* screen_height, |
const int* position_x, |
const int* position_y, |
- const std::unique_ptr<base::DictionaryValue>& screen_orientation); |
+ const std::unique_ptr<base::DictionaryValue>& screen_orientation, |
+ const int* visual_viewport_width, |
+ const int* visual_viewport_height); |
Response ClearDeviceMetricsOverride(); |
private: |