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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/textured_element.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/textured_element.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/textured_element.h b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
index f3e1411f5d7a4a7cc2c159b261738ff3308e24d2..982e6c9f1728b66475ea26f79eb6091e26f74542 100644
--- a/chrome/browser/android/vr_shell/ui_elements/textured_element.h
+++ b/chrome/browser/android/vr_shell/ui_elements/textured_element.h
@@ -21,7 +21,7 @@ class TexturedElement : public UiElement {
// |preferred_width| is the element's desired width in meters. Constraints
// implied by the texture being rendered may or may not allow it to be
// rendered exactly at the preferred width.
- explicit TexturedElement(int maximum_width);
+ explicit TexturedElement(int id, int maximum_width);
~TexturedElement() override;
void Initialize() final;

Powered by Google App Engine
This is Rietveld 408576698