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

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: topcontainerview: . 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/top_container_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/top_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698