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

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: Reworked patch. 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') | content/shell/minimal_ash.cc » ('J')
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..34b4fcbbdf085f4be3c5eaec53ea6d7953cbd4ec 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();
+ MinimalAsh(gfx::Size default_window_size);
sky 2013/01/23 22:12:10 explicit const gfx::Size&
Nayan 2013/01/23 22:28:40 Done.
virtual ~MinimalAsh();
// Overridden from client::StackingClient:
« no previous file with comments | « no previous file | content/shell/minimal_ash.cc » ('j') | content/shell/minimal_ash.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698