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

Unified Diff: components/mus/public/cpp/surfaces/surfaces_utils.h

Issue 2056483002: Move quads.mojom from Mus to cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: components/mus/public/cpp/surfaces/surfaces_utils.h
diff --git a/components/mus/public/cpp/surfaces/surfaces_utils.h b/components/mus/public/cpp/surfaces/surfaces_utils.h
index 7ca942a2b13d6c7e1a7ed94d50c9c9233451382e..24a259d756220b185a562e98a978cb7c8dd7a7ae 100644
--- a/components/mus/public/cpp/surfaces/surfaces_utils.h
+++ b/components/mus/public/cpp/surfaces/surfaces_utils.h
@@ -5,8 +5,8 @@
#ifndef COMPONENTS_MUS_PUBLIC_CPP_SURFACES_SURFACES_UTILS_H_
#define COMPONENTS_MUS_PUBLIC_CPP_SURFACES_SURFACES_UTILS_H_
+#include "cc/ipc/quads.mojom.h"
#include "components/mus/public/cpp/surfaces/mojo_surfaces_export.h"
-#include "components/mus/public/interfaces/quads.mojom.h"
namespace cc {
class SharedQuadState;
@@ -25,7 +25,7 @@ MOJO_SURFACES_EXPORT cc::SharedQuadState CreateDefaultSQS(
// Constructs a pass with the given id, output_rect and damage_rect set to rect,
// transform_to_root_target set to identity and has_transparent_background set
// to false.
-MOJO_SURFACES_EXPORT mus::mojom::PassPtr CreateDefaultPass(
+MOJO_SURFACES_EXPORT cc::mojom::RenderPassPtr CreateDefaultPass(
int id,
const gfx::Rect& rect);
« no previous file with comments | « components/mus/public/cpp/surfaces/surfaces_type_converters.cc ('k') | components/mus/public/cpp/surfaces/surfaces_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698