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

Unified Diff: components/mus/public/cpp/surfaces/tests/surface_unittest.cc

Issue 2012113003: mojo/converters/surfaces -> components/mus/public/cpp/surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters_events
Patch Set: . Created 4 years, 7 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 | « components/mus/public/cpp/surfaces/tests/BUILD.gn ('k') | components/mus/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/surfaces/tests/surface_unittest.cc
diff --git a/mojo/converters/surfaces/tests/surface_unittest.cc b/components/mus/public/cpp/surfaces/tests/surface_unittest.cc
similarity index 99%
rename from mojo/converters/surfaces/tests/surface_unittest.cc
rename to components/mus/public/cpp/surfaces/tests/surface_unittest.cc
index 9a15429277235aa717c67dacb93f24fea6f61adc..eb0ed73a0616a3dba714db2ff97b2c662d78874c 100644
--- a/mojo/converters/surfaces/tests/surface_unittest.cc
+++ b/components/mus/public/cpp/surfaces/tests/surface_unittest.cc
@@ -13,15 +13,15 @@
#include "cc/quads/surface_draw_quad.h"
#include "cc/quads/texture_draw_quad.h"
#include "cc/resources/resource_provider.h"
+#include "components/mus/public/cpp/surfaces/surfaces_type_converters.h"
#include "gpu/command_buffer/common/mailbox.h"
#include "gpu/command_buffer/common/mailbox_holder.h"
#include "gpu/command_buffer/common/sync_token.h"
-#include "mojo/converters/surfaces/surfaces_type_converters.h"
-#include "mojo/converters/transform/transform_type_converters.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkXfermode.h"
#include "ui/gfx/geometry/mojo/geometry_type_converters.h"
+#include "ui/gfx/mojo/transform_type_converters.h"
using mus::mojom::Color;
using mus::mojom::ColorPtr;
« no previous file with comments | « components/mus/public/cpp/surfaces/tests/BUILD.gn ('k') | components/mus/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698