| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 4383625d9c80b313ce63d3ee14eec719354257e3..2ea41b0ce084e72f4f041f5a3bf6963728a753f4 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:
|
|
|