Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1981)

Unified Diff: content/shell/browser/shell.h

Issue 1525933002: Support device scale factor test with popups in LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698