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

Unified Diff: chrome/browser/ui/views/global_error_bubble_view.h

Issue 8863009: Fix alignment of avatar bubbles in the NTP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use Rect::Ofset() Created 9 years 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/global_error_bubble_view.h
diff --git a/chrome/browser/ui/views/global_error_bubble_view.h b/chrome/browser/ui/views/global_error_bubble_view.h
index 0fcdbbb6dccbd20258bf483934527a4e597b2021..42c1b2f33dbd3845b66dec9b9be862fb53f18f5a 100644
--- a/chrome/browser/ui/views/global_error_bubble_view.h
+++ b/chrome/browser/ui/views/global_error_bubble_view.h
@@ -23,7 +23,7 @@ class GlobalErrorBubbleView : public views::ButtonListener,
virtual ~GlobalErrorBubbleView();
// views::BubbleDelegateView implementation.
- virtual gfx::Point GetAnchorPoint() OVERRIDE;
+ virtual gfx::Rect GetAnchorRect() OVERRIDE;
// views::ButtonListener implementation.
virtual void ButtonPressed(views::Button* sender,

Powered by Google App Engine
This is Rietveld 408576698