| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 4ca03f95ea72b812f70a7bed59bc66b05fb14c08..e21370b6eb6ee6e80e03df0efc2ce3eaa7316acf 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -150,6 +150,8 @@ class Shell : public WebContentsDelegate,
|
| void ActivateContents(WebContents* contents) override;
|
| bool HandleContextMenu(const content::ContextMenuParams& params) override;
|
|
|
| + void SetDeviceScaleFactor(float scale);
|
| +
|
| static gfx::Size GetShellDefaultSize();
|
|
|
| private:
|
|
|