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

Unified Diff: gpu/ipc/service/ca_layer_tree_unittest_mac.mm

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop ref to deleted content_tests_gypi_values.content_unittests_ozone_sources Created 4 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 | « gpu/ipc/service/ca_layer_tree_mac.mm ('k') | gpu/ipc/service/child_window_surface_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/ca_layer_tree_unittest_mac.mm
diff --git a/content/common/gpu/ca_layer_tree_unittest_mac.mm b/gpu/ipc/service/ca_layer_tree_unittest_mac.mm
similarity index 99%
rename from content/common/gpu/ca_layer_tree_unittest_mac.mm
rename to gpu/ipc/service/ca_layer_tree_unittest_mac.mm
index 49b8e747fb903dee8cb1e3ce5d4370e62880b844..18059833306cb79a1e4ea8ee433e1c4678646253 100644
--- a/content/common/gpu/ca_layer_tree_unittest_mac.mm
+++ b/gpu/ipc/service/ca_layer_tree_unittest_mac.mm
@@ -3,14 +3,14 @@
// found in the LICENSE file.
#include "base/mac/sdk_forward_declarations.h"
-#include "content/common/gpu/ca_layer_tree_mac.h"
#include "gpu/GLES2/gl2extchromium.h"
+#include "gpu/ipc/service/ca_layer_tree_mac.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/geometry/dip_util.h"
#include "ui/gfx/mac/io_surface.h"
-namespace content {
+namespace gpu {
class CALayerTreeTest : public testing::Test {
protected:
@@ -849,4 +849,4 @@ TEST_F(CALayerTreeTest, AVLayer) {
}
}
-} // namespace content
+} // namespace gpu
« no previous file with comments | « gpu/ipc/service/ca_layer_tree_mac.mm ('k') | gpu/ipc/service/child_window_surface_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698