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

Unified Diff: chrome/browser/ui/views/frame/top_container_view.h

Issue 1036403002: views: Move TopContainerView paint recursion to PaintChildren. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 fa9781c83735aefbd3ecb6b46cab77c95a3f0a00..2d999d8fd51752973ee77c94705ca45d99a09e9a 100644
--- a/chrome/browser/ui/views/frame/top_container_view.h
+++ b/chrome/browser/ui/views/frame/top_container_view.h
@@ -21,7 +21,8 @@ class TopContainerView : public views::View {
// views::View overrides:
const char* GetClassName() const override;
- void OnPaintBackground(gfx::Canvas* canvas) override;
+ void PaintChildren(gfx::Canvas* canvas,
+ const views::CullSet& cull_set) override;
private:
// The parent of this view. Not owned.

Powered by Google App Engine
This is Rietveld 408576698