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

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

Issue 9968058: Cleanup: remove GTK stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/views/controls/textfield/textfield.cc ('k') | ui/views/focus/focus_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/example_base.cc
diff --git a/ui/views/examples/example_base.cc b/ui/views/examples/example_base.cc
index 49bbaecf803711085eaa4f9906f8450da3d5bf96..4053836410076e23a7c0df19e78621a9391ef755 100644
--- a/ui/views/examples/example_base.cc
+++ b/ui/views/examples/example_base.cc
@@ -19,9 +19,7 @@ void LogStatus(const std::string& status);
namespace {
-// Some of GTK based view classes require NativeWidgetGtk in the view
-// parent chain. This class is used to defer the creation of such
-// views until a NativeWidgetGtk is added to the view hierarchy.
+// TODO(oshima): Check if this special container is still necessary.
class ContainerView : public View {
public:
explicit ContainerView(ExampleBase* base)
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/focus/focus_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698