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

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

Issue 2414103003: Added common layout framework for system menu rows. (Closed)
Patch Set: Removed VIEWS_EXPORT from TestLayoutManager and replaced TestView with StaticSizedView. Created 4 years, 2 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
Index: ui/views/test/test_views.h
diff --git a/ui/views/test/test_views.h b/ui/views/test/test_views.h
index ef17c150dcb9ac7498a0e6209ffaee426f307641..9d8a5b075a753f2d09451fcbb0bbee5f7253e0ff 100644
--- a/ui/views/test/test_views.h
+++ b/ui/views/test/test_views.h
@@ -16,6 +16,7 @@ namespace views {
// A view that requests a set amount of space.
class StaticSizedView : public View {
public:
+ StaticSizedView();
explicit StaticSizedView(const gfx::Size& size);
sky 2016/10/20 15:59:11 How about making the size an optional parameter? A
bruthig 2016/10/20 19:01:34 Done.
~StaticSizedView() override;

Powered by Google App Engine
This is Rietveld 408576698