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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/loading_indicator.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/loading_indicator.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/loading_indicator.h b/chrome/browser/android/vr_shell/ui_elements/loading_indicator.h
index 0b707a8fb801f30f80fcfafeca2e64b15892cb9b..980b24a2c723c51bd1caaecc0299805d5b5d1c11 100644
--- a/chrome/browser/android/vr_shell/ui_elements/loading_indicator.h
+++ b/chrome/browser/android/vr_shell/ui_elements/loading_indicator.h
@@ -17,7 +17,7 @@ class LoadingIndicatorTexture;
class LoadingIndicator : public TexturedElement {
public:
- explicit LoadingIndicator(int preferred_width);
+ explicit LoadingIndicator(int id, int preferred_width);
~LoadingIndicator() override;
void SetLoading(bool loading);

Powered by Google App Engine
This is Rietveld 408576698