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

Unified Diff: ui/compositor/layer_animator.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_sequence_unittest.cc ('k') | ui/compositor/layer_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animator.h
diff --git a/ui/gfx/compositor/layer_animator.h b/ui/compositor/layer_animator.h
similarity index 97%
rename from ui/gfx/compositor/layer_animator.h
rename to ui/compositor/layer_animator.h
index 070534ad09a285584f309fb44176b45b02ecc0c9..4c8a15e6280cc8ac2643064dc1f907f14a11f45c 100644
--- a/ui/gfx/compositor/layer_animator.h
+++ b/ui/compositor/layer_animator.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_ANIMATOR_H_
-#define UI_GFX_COMPOSITOR_LAYER_ANIMATOR_H_
+#ifndef UI_COMPOSITOR_LAYER_ANIMATOR_H_
+#define UI_COMPOSITOR_LAYER_ANIMATOR_H_
#pragma once
#include <deque>
@@ -16,8 +16,8 @@
#include "base/time.h"
#include "ui/base/animation/animation_container_element.h"
#include "ui/base/animation/tween.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 gfx {
class Rect;
@@ -281,4 +281,4 @@ class COMPOSITOR_EXPORT LayerAnimator : public AnimationContainerElement {
} // namespace ui
-#endif // UI_GFX_COMPOSITOR_LAYER_ANIMATOR_H_
+#endif // UI_COMPOSITOR_LAYER_ANIMATOR_H_
« no previous file with comments | « ui/compositor/layer_animation_sequence_unittest.cc ('k') | ui/compositor/layer_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698