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

Unified Diff: ash/tooltips/tooltip_controller.cc

Issue 10384068: views: Have a more accurate name for View parent_owned accessors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: ash/tooltips/tooltip_controller.cc
diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc
index c1aaa0fd212d99236ad8dc8628ec75704c4c103d..6658a864a0041452d0ae9c8129f59dcd088ea922 100644
--- a/ash/tooltips/tooltip_controller.cc
+++ b/ash/tooltips/tooltip_controller.cc
@@ -99,7 +99,7 @@ class TooltipController::Tooltip {
views::Border::CreateSolidBorder(kTooltipBorderWidth,
kTooltipBorder));
}
- label_.set_parent_owned(false);
+ label_.set_not_owned_by_parent();
widget_.reset(CreateTooltip());
widget_->SetContentsView(&label_);
widget_->Activate();

Powered by Google App Engine
This is Rietveld 408576698