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

Unified Diff: ui/views/examples/text_example.h

Issue 2654853002: Remove gfx::Canvas::DrawStringRectWithHalo. (Closed)
Patch Set: Created 3 years, 11 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/examples/text_example.h
diff --git a/ui/views/examples/text_example.h b/ui/views/examples/text_example.h
index ad3090f64696f6c1748b29320dec2e08c6b72743..f32f17808aa6f5813fda0772c18af375e8eb8edc 100644
--- a/ui/views/examples/text_example.h
+++ b/ui/views/examples/text_example.h
@@ -67,9 +67,6 @@ class VIEWS_EXAMPLES_EXPORT TextExample : public ExampleBase,
// Check box to enable/disable character break behavior.
Checkbox* break_checkbox_;
- // Check box to enable/disable text halo.
- Checkbox* halo_checkbox_;
-
// Check box to enable/disable bold style.
Checkbox* bold_checkbox_;

Powered by Google App Engine
This is Rietveld 408576698