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

Unified Diff: views/bubble/bubble_delegate.cc

Issue 8265005: first run bubble using the views/bubble api. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix defines. Created 9 years, 2 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
« views/bubble/bubble_delegate.h ('K') | « views/bubble/bubble_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/bubble/bubble_delegate.cc
diff --git a/views/bubble/bubble_delegate.cc b/views/bubble/bubble_delegate.cc
index e777e5896e6427e7e29f3d338e9efdddd92607f8..d63cd1e86bccea00bd01633c0f136fbe569bfb5a 100644
--- a/views/bubble/bubble_delegate.cc
+++ b/views/bubble/bubble_delegate.cc
@@ -46,6 +46,10 @@ gfx::Point BubbleDelegateView::GetAnchorPoint() const {
return gfx::Point();
}
+views::View* BubbleDelegateView::GetInitiallyFocusedView() {
+ return this;
msw 2011/10/20 19:17:50 already done, will land soon :)
+}
+
BubbleBorder::ArrowLocation BubbleDelegateView::GetArrowLocation() const {
return BubbleBorder::TOP_LEFT;
}
« views/bubble/bubble_delegate.h ('K') | « views/bubble/bubble_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698