| Index: ui/views/widget/root_view.cc
|
| diff --git a/ui/views/widget/root_view.cc b/ui/views/widget/root_view.cc
|
| index efdca920a1694471b3df1b772596eb07105adf0e..c7fdffb52fcb62be5e380def892f82fb68512a96 100644
|
| --- a/ui/views/widget/root_view.cc
|
| +++ b/ui/views/widget/root_view.cc
|
| @@ -635,10 +635,6 @@ void RootView::OnPaint(gfx::Canvas* canvas) {
|
| if (!layer() || !layer()->fills_bounds_opaquely())
|
| canvas->DrawColor(SK_ColorBLACK, SkXfermode::kClear_Mode);
|
|
|
| - // TODO (pkotwicz): Remove this once we switch over to Aura desktop.
|
| - // This is needed so that we can set the background behind the RWHV when the
|
| - // RWHV is not visible. Not needed once there is a view between the RootView
|
| - // and RWHV.
|
| View::OnPaint(canvas);
|
| }
|
|
|
|
|