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

Unified Diff: chrome/browser/ui/views/accessibility/invert_bubble_view.cc

Issue 2779973003: views: fold layout_utils::CreatePanelLayout into GridLayout::CreatePanel (Closed)
Patch Set: add some namespaces Created 3 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/accessibility/invert_bubble_view.cc
diff --git a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
index b1bcf3143e07001993482f8b6617648333f743c1..9591a2d71d908e35597bf1979dd97095b0610ff3 100644
--- a/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
+++ b/chrome/browser/ui/views/accessibility/invert_bubble_view.cc
@@ -106,7 +106,6 @@ void InvertBubbleView::Init() {
close_->set_listener(this);
views::GridLayout* layout = views::GridLayout::CreatePanel(this);
- SetLayoutManager(layout);
views::ColumnSet* columns = layout->AddColumnSet(0);
for (int i = 0; i < 4; i++) {

Powered by Google App Engine
This is Rietveld 408576698