| 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..1029002c4c580ed9a9f517e0e3b01578426d3804 100644
|
| --- a/content/browser/devtools/protocol/emulation_handler.h
|
| +++ b/content/browser/devtools/protocol/emulation_handler.h
|
| @@ -55,6 +55,8 @@ class EmulationHandler {
|
| const std::unique_ptr<base::DictionaryValue>& screen_orientation);
|
| Response ClearDeviceMetricsOverride();
|
|
|
| + Response SetVisibleSize(int width, int height);
|
| +
|
| private:
|
| WebContentsImpl* GetWebContents();
|
| void UpdateTouchEventEmulationState();
|
|
|