Commit d2e19f84 authored by avayvod's avatar avayvod Committed by Commit bot

Fix compile for vr_shell/ui_scene_unittest.cc

BUG=653668
TEST=built the test

Review-Url: https://codereview.chromium.org/2394223003
Cr-Commit-Position: refs/heads/master@{#423668}
parent 9c674385
...@@ -4,9 +4,15 @@ ...@@ -4,9 +4,15 @@
#include "chrome/browser/android/vr_shell/ui_scene.h" #include "chrome/browser/android/vr_shell/ui_scene.h"
#define _USE_MATH_DEFINES // For M_PI in MSVC.
#include <cmath>
#include <vector> #include <vector>
#include "base/values.h"
#include "chrome/browser/android/vr_shell/animation.h"
#include "chrome/browser/android/vr_shell/easing.h"
#include "chrome/browser/android/vr_shell/ui_elements.h" #include "chrome/browser/android/vr_shell/ui_elements.h"
#include "chrome/browser/android/vr_shell/vr_math.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#define TOLERANCE 0.0001 #define TOLERANCE 0.0001
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment