diff options
Diffstat (limited to 'chrome/browser/views/old_frames/xp_frame.h')
-rw-r--r-- | chrome/browser/views/old_frames/xp_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/old_frames/xp_frame.h b/chrome/browser/views/old_frames/xp_frame.h index e91ffff..89df94c 100644 --- a/chrome/browser/views/old_frames/xp_frame.h +++ b/chrome/browser/views/old_frames/xp_frame.h @@ -224,7 +224,7 @@ class XPFrame : public BrowserWindow, // Return the X origin of the the first frame control button. int GetButtonXOrigin() { - return min_button_->GetX(); + return min_button_->x(); } // Return the Y location of the contents or infobar. |