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

Unified Diff: views/bubble/bubble_delegate.cc

Issue 8387020: Make GetAnchorPoint non const. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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
« no previous file with comments | « 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 8d8228bdb4f1b28e15c0d0a5f970a0313145ca92..b46e3536bf73feba52fed2035c22b8abb319c331 100644
--- a/views/bubble/bubble_delegate.cc
+++ b/views/bubble/bubble_delegate.cc
@@ -69,7 +69,7 @@ NonClientFrameView* BubbleDelegateView::CreateNonClientFrameView() {
GetColor());
}
-gfx::Point BubbleDelegateView::GetAnchorPoint() const {
+gfx::Point BubbleDelegateView::GetAnchorPoint() {
return anchor_point_;
}
« no previous file with comments | « views/bubble/bubble_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698