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

Unified Diff: mojo/examples/window_manager/debug_panel.h

Issue 514063003: Update view_manager and window_manager to make use of content handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@viewman2
Patch Set: rebase Created 6 years, 3 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: mojo/examples/window_manager/debug_panel.h
diff --git a/mojo/examples/window_manager/debug_panel.h b/mojo/examples/window_manager/debug_panel.h
index df22e0bf33a459e4aec0297475a6973c10737247..90e4da86dacca4e7224ae6aee801b49631dd5c5e 100644
--- a/mojo/examples/window_manager/debug_panel.h
+++ b/mojo/examples/window_manager/debug_panel.h
@@ -24,10 +24,6 @@ class View;
namespace examples {
namespace {
-const SkColor kColors[] = { SK_ColorYELLOW,
- SK_ColorRED,
- SK_ColorGREEN,
- SK_ColorMAGENTA };
}
// A panel of controls intended to demonstrate the functionality of the window
@@ -66,7 +62,6 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
views::RadioButton* navigation_target_source_;
views::RadioButton* navigation_target_default_;
- size_t next_color_;
views::Button* colored_square_;
views::Button* close_last_;
views::Button* cross_app_;

Powered by Google App Engine
This is Rietveld 408576698