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

Unified Diff: chrome/browser/android/vr_shell/animation.h

Issue 2624243002: VrShell: Allow native control of UI element opacity. (Closed)
Patch Set: for (auto nit : nits) nit.fix(); Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_elements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/animation.h
diff --git a/chrome/browser/android/vr_shell/animation.h b/chrome/browser/android/vr_shell/animation.h
index eca6b2b0e2fb5b3f2e1bfd0df0188109259a6e55..2f6304adcceab0024aad476b4f6656c0658edec1 100644
--- a/chrome/browser/android/vr_shell/animation.h
+++ b/chrome/browser/android/vr_shell/animation.h
@@ -27,6 +27,7 @@ class Animation {
TRANSLATION,
SCALE,
ROTATION,
+ OPACITY,
};
Animation(int id,
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_elements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698