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

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

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.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
index feaf6bea90ab6f220c708b161c821e926dab3689..ab10e401a7a8d39719faa4c885ab250445e8eca6 100644
--- a/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
+++ b/chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h
@@ -18,7 +18,7 @@ class SplashScreenIconTexture;
class SplashScreenIcon : public TexturedElement {
public:
- explicit SplashScreenIcon(int preferred_width);
+ explicit SplashScreenIcon(int id, int preferred_width);
~SplashScreenIcon() override;
void SetSplashScreenIconBitmap(const SkBitmap& bitmap);

Powered by Google App Engine
This is Rietveld 408576698