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

Unified Diff: components/mus/public/cpp/surfaces/surfaces_type_converters.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
Index: components/mus/public/cpp/surfaces/surfaces_type_converters.cc
diff --git a/mojo/converters/surfaces/surfaces_type_converters.cc b/components/mus/public/cpp/surfaces/surfaces_type_converters.cc
similarity index 99%
rename from mojo/converters/surfaces/surfaces_type_converters.cc
rename to components/mus/public/cpp/surfaces/surfaces_type_converters.cc
index cf36039802d8c99ef9d719541f4d2a8a80d35a8f..b2f64dcca826030865e7cea2846f0aa51fdfef86 100644
--- a/mojo/converters/surfaces/surfaces_type_converters.cc
+++ b/components/mus/public/cpp/surfaces/surfaces_type_converters.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/converters/surfaces/surfaces_type_converters.h"
+#include "components/mus/public/cpp/surfaces/surfaces_type_converters.h"
#include <stddef.h>
#include <stdint.h>
@@ -24,9 +24,9 @@
#include "cc/quads/tile_draw_quad.h"
#include "cc/quads/yuv_video_draw_quad.h"
#include "cc/surfaces/surface_id_allocator.h"
-#include "mojo/converters/surfaces/custom_surface_converter.h"
-#include "mojo/converters/transform/transform_type_converters.h"
+#include "components/mus/public/cpp/surfaces/custom_surface_converter.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/surfaces_type_converters.h ('k') | components/mus/public/cpp/surfaces/surfaces_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698