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

Unified Diff: ui/compositor/test_web_graphics_context_3d.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/test/test_utils.cc ('k') | ui/compositor/test_web_graphics_context_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test_web_graphics_context_3d.h
diff --git a/ui/gfx/compositor/test_web_graphics_context_3d.h b/ui/compositor/test_web_graphics_context_3d.h
similarity index 99%
rename from ui/gfx/compositor/test_web_graphics_context_3d.h
rename to ui/compositor/test_web_graphics_context_3d.h
index 7090e2f509a11fd63dbde9cc99981565dce6d5c7..a136ddc478059398079e1d19f2f742b9bcab951c 100644
--- a/ui/gfx/compositor/test_web_graphics_context_3d.h
+++ b/ui/compositor/test_web_graphics_context_3d.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_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
-#define UI_GFX_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
+#ifndef UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
+#define UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
#pragma once
#include "base/logging.h"
@@ -454,4 +454,4 @@ class TestWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
} // namespace ui
-#endif // UI_GFX_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
+#endif // UI_COMPOSITOR_TEST_WEB_GRAPHICS_CONTEXT_3D_H_
« no previous file with comments | « ui/compositor/test/test_utils.cc ('k') | ui/compositor/test_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698