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

Unified Diff: ui/views/test/test_views_delegate.h

Issue 105813013: Adds views::corewm::WMState to install common state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix viewseventtestbase Created 7 years 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: ui/views/test/test_views_delegate.h
diff --git a/ui/views/test/test_views_delegate.h b/ui/views/test/test_views_delegate.h
index 4a7e296b566e51bf16c7a94654bc705ca0d0c5c5..59cef093ee09b756559c8e1e9edae94c8bbabfbc 100644
--- a/ui/views/test/test_views_delegate.h
+++ b/ui/views/test/test_views_delegate.h
@@ -20,6 +20,10 @@ namespace views {
class View;
class Widget;
+namespace corewm {
+class WMState;
+}
+
class TestViewsDelegate : public ViewsDelegate {
public:
TestViewsDelegate();
@@ -72,6 +76,10 @@ class TestViewsDelegate : public ViewsDelegate {
private:
bool use_transparent_windows_;
+#if defined(USE_AURA)
+ scoped_ptr<views::corewm::WMState> wm_state_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(TestViewsDelegate);
};
« no previous file with comments | « ui/views/examples/content_client/examples_browser_main_parts.cc ('k') | ui/views/test/test_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698