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

Unified Diff: chrome/browser/ui/views/extensions/extension_install_dialog_view.cc

Issue 11087093: Migrate ui::Transform to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
diff --git a/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc b/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
index d6e7252ad95ae23ac4d6c4c31f01a8046505221f..725de97ed32708a17b17a73c737e90d6a42fa430 100644
--- a/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
+++ b/chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
@@ -601,7 +601,7 @@ void IssueAdviceView::AnimationProgressed(const ui::Animation* animation) {
details_view_->AnimateToState(animation->GetCurrentValue());
if (arrow_view_) {
- ui::Transform rotate;
+ gfx::Transform rotate;
if (animation->GetCurrentValue() != 0.0) {
rotate.SetTranslate(-arrow_view_->width() / 2.0,
-arrow_view_->height() / 2.0);

Powered by Google App Engine
This is Rietveld 408576698