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

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

Issue 2624243002: VrShell: Allow native control of UI element opacity. (Closed)
Patch Set: 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
Index: chrome/browser/android/vr_shell/ui_scene.h
diff --git a/chrome/browser/android/vr_shell/ui_scene.h b/chrome/browser/android/vr_shell/ui_scene.h
index d974fdf33a015b51121fe79197a10ab714292ce8..7722e61bd088b1f34d096b4fd6cf8711be9b06af 100644
--- a/chrome/browser/android/vr_shell/ui_scene.h
+++ b/chrome/browser/android/vr_shell/ui_scene.h
@@ -71,7 +71,8 @@ class UiScene {
private:
void ApplyRecursiveTransforms(const ContentRectangle& element,
- ReversibleTransform* transform);
+ ReversibleTransform* transform,
+ float *opacity);
mthiesse 2017/01/11 18:33:04 nit: float*
cjgrant 2017/01/11 18:53:07 Life would be boring if I stopped messing this up.
cjgrant 2017/01/11 20:58:42 Done.
void ApplyDictToElement(const base::DictionaryValue& dict,
ContentRectangle *element);

Powered by Google App Engine
This is Rietveld 408576698