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

Unified Diff: ui/oak/oak_aura_window_display.cc

Issue 10795013: Rename bounds accessors to be intuitive and consistent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/oak/oak_aura_window_display.cc
diff --git a/ui/oak/oak_aura_window_display.cc b/ui/oak/oak_aura_window_display.cc
index 6bffa624fa6646ca2401a075a613125faaaef9e1..68130091b7e656d172a0501bbedfa935fc2eebf9 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:
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698