| Index: chrome/browser/ui/views/frame/top_container_view.h
|
| diff --git a/chrome/browser/ui/views/frame/top_container_view.h b/chrome/browser/ui/views/frame/top_container_view.h
|
| index 7527f4061624cbcdb77ae2a9f4a5b44cc83c480a..5905c696543d5e33bd204884e7bedcece60a4e12 100644
|
| --- a/chrome/browser/ui/views/frame/top_container_view.h
|
| +++ b/chrome/browser/ui/views/frame/top_container_view.h
|
| @@ -23,7 +23,7 @@ class TopContainerView : public views::View {
|
| // views::View overrides:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual const char* GetClassName() const OVERRIDE;
|
| - virtual void PaintChildren(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
|
|
|
| private:
|
| // The parent of this view. Not owned.
|
|
|