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

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

Issue 71243002: Support headless content_shell for linux/aura. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the crash seen with earlier patch in popup tests! Created 7 years, 1 month 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 | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 0b9fe7fe16ee0bc95a183ece4852e32e73395841..ea481a068708db3885014ede0bfa83e14e310742 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -268,6 +268,8 @@ class Shell : public WebContentsDelegate,
static views::ViewsDelegate* views_delegate_;
views::Widget* window_widget_;
+ int content_width_;
+ int content_height_;
#else // defined(TOOLKIT_VIEWS)
static ShellAuraPlatformData* platform_;
#endif // defined(TOOLKIT_VIEWS)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698