Index: content/shell/browser/shell.h |
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h |
index 2b0d59eb5fc927ac81945a86aeb53242a9f4e695..22424d91751c146fd9a815b238195209d3b52c57 100644 |
--- a/content/shell/browser/shell.h |
+++ b/content/shell/browser/shell.h |
@@ -22,6 +22,9 @@ |
#include "base/android/scoped_java_ref.h" |
#elif defined(USE_AURA) |
#if defined(OS_CHROMEOS) |
+namespace gfx { |
+class Screen; |
+} |
namespace wm { |
class WMTestHelper; |
} |
@@ -236,6 +239,7 @@ class Shell : public WebContentsDelegate, |
#elif defined(USE_AURA) |
#if defined(OS_CHROMEOS) |
static wm::WMTestHelper* wm_test_helper_; |
+ static gfx::Screen* test_screen_; |
#endif |
#if defined(TOOLKIT_VIEWS) |
static views::ViewsDelegate* views_delegate_; |