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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc

Issue 2966793002: NOT FOR REVIEW - convert to cc animation
Patch Set: switch to transform operations Created 3 years, 6 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/android/vr_shell/ui_elements/splash_screen_icon.cc
diff --git a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
index dc67480323e9ff1c6f0146de95eb2f2a1707e313..8b7e69fa9d0346512c81741635e8350877e745b6 100644
--- a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
+++ b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc
@@ -9,8 +9,8 @@
namespace vr_shell {
-SplashScreenIcon::SplashScreenIcon(int preferred_width)
- : TexturedElement(preferred_width),
+SplashScreenIcon::SplashScreenIcon(int id, int preferred_width)
+ : TexturedElement(id, preferred_width),
texture_(base::MakeUnique<SplashScreenIconTexture>()) {}
SplashScreenIcon::~SplashScreenIcon() = default;

Powered by Google App Engine
This is Rietveld 408576698