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

Unified Diff: ui/compositor/layer.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/debug_utils.cc ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.h
diff --git a/ui/gfx/compositor/layer.h b/ui/compositor/layer.h
similarity index 97%
rename from ui/gfx/compositor/layer.h
rename to ui/compositor/layer.h
index 77237d224afdf00854a405354593f593eea5d5a2..e74d5537df06b76b916249588a9392cd58b800b2 100644
--- a/ui/gfx/compositor/layer.h
+++ b/ui/compositor/layer.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_H_
-#define UI_GFX_COMPOSITOR_LAYER_H_
+#ifndef UI_COMPOSITOR_LAYER_H_
+#define UI_COMPOSITOR_LAYER_H_
#pragma once
#include <string>
@@ -13,16 +13,16 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
-#include "third_party/skia/include/core/SkColor.h"
-#include "third_party/skia/include/core/SkRegion.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebContentLayerClient.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
+#include "third_party/skia/include/core/SkColor.h"
+#include "third_party/skia/include/core/SkRegion.h"
+#include "ui/compositor/compositor.h"
+#include "ui/compositor/layer_animation_delegate.h"
+#include "ui/compositor/layer_delegate.h"
+#include "ui/compositor/layer_type.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/transform.h"
-#include "ui/gfx/compositor/compositor.h"
-#include "ui/gfx/compositor/layer_animation_delegate.h"
-#include "ui/gfx/compositor/layer_delegate.h"
-#include "ui/gfx/compositor/layer_type.h"
class SkCanvas;
@@ -298,4 +298,4 @@ class COMPOSITOR_EXPORT Layer :
} // namespace ui
-#endif // UI_GFX_COMPOSITOR_LAYER_H_
+#endif // UI_COMPOSITOR_LAYER_H_
« no previous file with comments | « ui/compositor/debug_utils.cc ('k') | ui/compositor/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698