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

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

Issue 1555163002: Revert "Revert of Support device scale factor test with popups in LayoutTest (patchset #2 id:40001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hypothentical fix Created 4 years, 12 months 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 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:

Powered by Google App Engine
This is Rietveld 408576698