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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_unittest.cc

Issue 2929483003: VR: Further split common code from Android-specific code. (Closed)
Patch Set: 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_scene_unittest.cc
diff --git a/chrome/browser/android/vr_shell/ui_scene_unittest.cc b/chrome/browser/android/vr_shell/ui_scene_unittest.cc
index 1f5f81d7ad513d564e5b438d6d351703c153832d..2a14566c3708cb87e92dfdc62f4a112ec2cacb56 100644
--- a/chrome/browser/android/vr_shell/ui_scene_unittest.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_unittest.cc
@@ -48,7 +48,7 @@ void addAnimation(UiScene* scene,
int animation_id,
Animation::Property property) {
std::unique_ptr<easing::Easing> easing = base::MakeUnique<easing::Linear>();
- std::vector<float> from = {};
+ std::vector<float> from;
std::vector<float> to = {1, 1, 1, 1};
auto animation =
base::MakeUnique<Animation>(animation_id, property, std::move(easing),
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc ('k') | chrome/browser/android/vr_shell/vr_browser_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698