| 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)
|
|
|