From e2f64d101a1e624bf300f598fea6c336db64f4a2 Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Thu, 19 Jul 2012 19:17:04 +0000 Subject: Rename bounds accessors to be intuitive and consistent GetClientAreaScreenBounds -> GetClientAreaBoundsInScreen Get/Set ParentBounds -> Get/Set BoundsInParent GetWorkAreaScreenBounds -> GetWorkAreaBoundsInScreen GetClientAreaScreenBounds -> GetClientAreaBoundsInScreen GetWindowScreenBounds -> GetWindowBoundsInScreen GetScreenBounds -> GetBoundsInScreen GetRootWindowBounds -> GetBoundsInRootWindow BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10795013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147499 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/oak/oak_aura_window_display.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/oak') diff --git a/ui/oak/oak_aura_window_display.cc b/ui/oak/oak_aura_window_display.cc index 6bffa624..68130091 100644 --- a/ui/oak/oak_aura_window_display.cc +++ b/ui/oak/oak_aura_window_display.cc @@ -123,7 +123,7 @@ string16 OakAuraWindowDisplay::GetText(int row, int column_id) { return PropertyWithBounds("Bounds: ", window_->bounds()); case ROW_BOUNDSINROOTWINDOW: return PropertyWithBounds("Bounds in Root Window: ", - window_->GetRootWindowBounds()); + window_->GetBoundsInRootWindow()); case ROW_TRANSFORM: return ASCIIToUTF16("Transform:"); case ROW_PARENT: -- cgit v1.1