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

Unified Diff: ui/compositor/layer_animation_sequence.h

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 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
« no previous file with comments | « ui/compositor/layer_animation_observer.cc ('k') | ui/compositor/layer_animation_sequence.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animation_sequence.h
diff --git a/ui/gfx/compositor/layer_animation_sequence.h b/ui/compositor/layer_animation_sequence.h
similarity index 93%
rename from ui/gfx/compositor/layer_animation_sequence.h
rename to ui/compositor/layer_animation_sequence.h
index dc85721d9df11cdc97e50cdad9f0c6ebed0703b0..9e4b5d223f58f67ba70b4f7cabfd8a88cbee1c91 100644
--- a/ui/gfx/compositor/layer_animation_sequence.h
+++ b/ui/compositor/layer_animation_sequence.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_GFX_COMPOSITOR_LAYER_ANIMATION_SEQUENCE_H_
-#define UI_GFX_COMPOSITOR_LAYER_ANIMATION_SEQUENCE_H_
+#ifndef UI_COMPOSITOR_LAYER_ANIMATION_SEQUENCE_H_
+#define UI_COMPOSITOR_LAYER_ANIMATION_SEQUENCE_H_
#pragma once
#include <vector>
@@ -12,8 +12,8 @@
#include "base/memory/linked_ptr.h"
#include "base/observer_list.h"
#include "base/time.h"
-#include "ui/gfx/compositor/compositor_export.h"
-#include "ui/gfx/compositor/layer_animation_element.h"
+#include "ui/compositor/compositor_export.h"
+#include "ui/compositor/layer_animation_element.h"
namespace ui {
@@ -121,4 +121,4 @@ class COMPOSITOR_EXPORT LayerAnimationSequence {
} // namespace ui
-#endif // UI_GFX_COMPOSITOR_LAYER_ANIMATION_SEQUENCE_H_
+#endif // UI_COMPOSITOR_LAYER_ANIMATION_SEQUENCE_H_
« no previous file with comments | « ui/compositor/layer_animation_observer.cc ('k') | ui/compositor/layer_animation_sequence.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698