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