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

Unified Diff: chrome/browser/views/dropdown_bar_host.cc

Issue 1961001: Refactors animation to allow for cleaner subclassing. I'm doing this (Closed)
Patch Set: Incorporated review feedback Created 10 years, 8 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
Index: chrome/browser/views/dropdown_bar_host.cc
diff --git a/chrome/browser/views/dropdown_bar_host.cc b/chrome/browser/views/dropdown_bar_host.cc
index e16074c218d4ab600726f9cbbdf37efdb3359544..b72297997f7cfe51deb9455fb88289bd054a66c5 100644
--- a/chrome/browser/views/dropdown_bar_host.cc
+++ b/chrome/browser/views/dropdown_bar_host.cc
@@ -92,7 +92,7 @@ void DropdownBarHost::SetFocusAndSelection() {
}
bool DropdownBarHost::IsAnimating() const {
- return animation_->IsAnimating();
+ return animation_->is_animating();
}
void DropdownBarHost::Hide(bool animate) {
« no previous file with comments | « chrome/browser/views/download_started_animation_win.cc ('k') | chrome/browser/views/extensions/extension_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698