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

Unified Diff: device/vr/vr_types.h

Issue 2906423002: [vr] Migrate from vr::Colorf to SkColor (Closed)
Patch Set: Created 3 years, 7 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 | « chrome/browser/android/vr_shell/vr_shell_renderer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_types.h
diff --git a/device/vr/vr_types.h b/device/vr/vr_types.h
index a030bd987dc52560f0661311df5322bb7a6d275c..a6980413263fb4c4693b5b1fc7225e57f21e67cc 100644
--- a/device/vr/vr_types.h
+++ b/device/vr/vr_types.h
@@ -25,13 +25,6 @@ typedef struct RotationAxisAngle {
float angle;
} RotationAxisAngle;
-typedef struct Colorf {
- float r;
- float g;
- float b;
- float a;
-} Colorf;
-
// A floating point quaternion, in JPL format.
typedef struct Quatf {
/// qx, qy, qz are the vector component.
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698