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

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

Issue 11362070: Remove unused custom vertical text alignment in CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove now unused kVerticalAlignments array for TextExample. Created 8 years, 1 month 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 3284990f3a5acf27bb67133a19c17d65f4000e29..007f5194522388c5901f786d63ad8dc14b6011b5 100644
--- a/ui/views/examples/text_example.h
+++ b/ui/views/examples/text_example.h
@@ -53,9 +53,6 @@ class TextExample : public ExampleBase,
// Combo box for horizontal text alignment.
Combobox* h_align_cb_;
- // Combo box for vertical text alignment.
- Combobox* v_align_cb_;
-
// Combo box for text eliding style.
Combobox* eliding_cb_;

Powered by Google App Engine
This is Rietveld 408576698