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

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

Issue 16867016: Windows implementation of multiline RenderText (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: min height/baseline; update tests Created 7 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
« no previous file with comments | « ui/gfx/render_text_win.cc ('k') | ui/views/examples/multiline_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/example_base.h
diff --git a/ui/views/examples/example_base.h b/ui/views/examples/example_base.h
index f28fdefba1efb5907c60861d985c6710507f49a2..a17cc0d0f915dbde8abac7de7ffa132cb9092a56 100644
--- a/ui/views/examples/example_base.h
+++ b/ui/views/examples/example_base.h
@@ -27,6 +27,8 @@ class ExampleBase {
protected:
explicit ExampleBase(const char* title);
+ View* container() { return container_; }
+
// Prints a message in the status area, at the bottom of the window.
void PrintStatus(const char* format, ...);
« no previous file with comments | « ui/gfx/render_text_win.cc ('k') | ui/views/examples/multiline_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698