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

Unified Diff: content/shell/minimal_ash.h

Issue 11614037: Call ShowRootWindow on NativeWindow's RootWindow to display the window. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix mac build failure Created 7 years, 11 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
« no previous file with comments | « no previous file | content/shell/minimal_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/minimal_ash.h
diff --git a/content/shell/minimal_ash.h b/content/shell/minimal_ash.h
index f3ec43b4067e5ec35fa84477e85629dcb28f2354..a4178917d3b9f5fdb4aa22451db00a8e90f18675 100644
--- a/content/shell/minimal_ash.h
+++ b/content/shell/minimal_ash.h
@@ -23,6 +23,7 @@ class TestActivationClient;
namespace gfx {
class Rect;
+class Size;
}
namespace views {
@@ -39,7 +40,7 @@ namespace content {
// the ash parts of the code.
class MinimalAsh : public aura::client::StackingClient {
public:
- MinimalAsh();
+ explicit MinimalAsh(const gfx::Size& default_window_size);
virtual ~MinimalAsh();
// Overridden from client::StackingClient:
« no previous file with comments | « no previous file | content/shell/minimal_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698