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

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

Issue 2080383002: cc/ipc: Move CompositorFrame mojoms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owners Created 4 years, 6 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/surfaces_utils.h ('k') | components/mus/public/cpp/window_surface.h » ('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/components/mus/public/cpp/surfaces/tests/surface_unittest.cc b/components/mus/public/cpp/surfaces/tests/surface_unittest.cc
index aa5ed1c29b251652e3bfc64542293a65607b9872..2b69b62e8fae0679b98f1b2b10db2898a6d87ee4 100644
--- a/components/mus/public/cpp/surfaces/tests/surface_unittest.cc
+++ b/components/mus/public/cpp/surfaces/tests/surface_unittest.cc
@@ -21,6 +21,8 @@
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkXfermode.h"
+using cc::mojom::CompositorFrame;
+using cc::mojom::CompositorFramePtr;
using cc::mojom::DebugBorderQuadState;
using cc::mojom::DebugBorderQuadStatePtr;
using cc::mojom::DrawQuad;
@@ -40,8 +42,6 @@ using cc::mojom::TileQuadStatePtr;
using cc::mojom::YUVColorSpace;
using cc::mojom::YUVVideoQuadState;
using cc::mojom::YUVVideoQuadStatePtr;
-using mus::mojom::CompositorFrame;
-using mus::mojom::CompositorFramePtr;
namespace mojo {
namespace {
« no previous file with comments | « components/mus/public/cpp/surfaces/surfaces_utils.h ('k') | components/mus/public/cpp/window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698