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

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

Issue 2856023003: Make UiElement a class (Closed)
Patch Set: rebase Created 3 years, 8 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 ec9c987538b4a09c5a9d69977d4d60a90759bb45..62fa01ad2dee383dff1124891d8d9ab76d3e4910 100644
--- a/chrome/browser/android/vr_shell/ui_scene.h
+++ b/chrome/browser/android/vr_shell/ui_scene.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "device/vr/vr_types.h"
namespace base {
@@ -19,7 +20,7 @@ class TimeTicks;
namespace vr_shell {
class Animation;
-struct UiElement;
+class UiElement;
class UiScene {
public:
« no previous file with comments | « chrome/browser/android/vr_shell/ui_elements/ui_element_unittest.cc ('k') | chrome/browser/android/vr_shell/ui_scene.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698