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

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

Issue 2966793002: NOT FOR REVIEW - convert to cc animation
Patch Set: switch to transform operations 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
« no previous file with comments | « chrome/browser/android/vr_shell/ui_elements/url_bar.cc ('k') | chrome/browser/android/vr_shell/ui_scene.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12bf9df514d1cdc422edae39bca33c104d16be7d..a914b230e9adb5396abdd40e244af8203106e798 100644
--- a/chrome/browser/android/vr_shell/ui_scene.h
+++ b/chrome/browser/android/vr_shell/ui_scene.h
@@ -17,11 +17,14 @@
namespace base {
class ListValue;
class TimeTicks;
-}
+} // namespace base
+
+namespace cc {
+class Animation;
+} // namespace cc
namespace vr_shell {
-class Animation;
class UiElement;
class UiScene {
@@ -43,7 +46,7 @@ class UiScene {
void RemoveUiElement(int element_id);
// Add an animation to the scene, on element |element_id|.
- void AddAnimation(int element_id, std::unique_ptr<Animation> animation);
+ void AddAnimation(int element_id, std::unique_ptr<cc::Animation> animation);
// Remove |animation_id| from element |element_id|.
void RemoveAnimation(int element_id, int animation_id);
« no previous file with comments | « chrome/browser/android/vr_shell/ui_elements/url_bar.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