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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/system_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/system_indicator.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/system_indicator.h b/chrome/browser/android/vr_shell/ui_elements/system_indicator.h
index d103abb57994a6faf613986941c478754ea4b582..f45e7e2fe058ffb2f45203daea305e5b1643e573 100644
--- a/chrome/browser/android/vr_shell/ui_elements/system_indicator.h
+++ b/chrome/browser/android/vr_shell/ui_elements/system_indicator.h
@@ -17,7 +17,8 @@ class UiTexture;
class SystemIndicator : public TexturedElement {
public:
- explicit SystemIndicator(int preferred_width,
+ explicit SystemIndicator(int id,
+ int preferred_width,
float heigh_meters,
const gfx::VectorIcon& icon,
int string_id);

Powered by Google App Engine
This is Rietveld 408576698