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

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

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Update tests Created 3 years, 5 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 66dfa47b46305d23c27277bd36ff31f82ade8e46..71053c4ce04c644c5ce3b3e9fea07b4c5acf9744 100644
--- a/chrome/browser/ui/views/frame/top_container_view.h
+++ b/chrome/browser/ui/views/frame/top_container_view.h
@@ -21,7 +21,7 @@ class TopContainerView : public views::View {
// views::View overrides:
const char* GetClassName() const override;
- void PaintChildren(const ui::PaintContext& context) override;
+ void PaintChildren(const ui::PaintInfo& paint_info) override;
void ChildPreferredSizeChanged(views::View* child) override;
private:

Powered by Google App Engine
This is Rietveld 408576698