| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index a54c0bc098f5699742354b963cd96f48b38163c3..220d9edc4bf115e7ac50f6b55e66f6b2f83a192d 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -97,6 +97,7 @@ public:
|
| void setDeviceScaleAdjustment(float);
|
| void setPreferCompositingToLCDTextEnabled(bool);
|
| void setScriptEnabled(bool);
|
| + void setUseMobileViewportStyle(bool);
|
|
|
| // WebDevToolsAgent implementation.
|
| void attach(const WebString& hostId) override;
|
|
|