mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove mojo.SurfacesService interface in favor of mojo.Surface directly
Most of the callers have been updated to the new flow already. This updates the rest and removes the deprecated interface to simplify the flows in preparation for de-Clienting this interface. Chromium caller updated to not use this interface here: https://codereview.chromium.org/869343004/ R=sky@chromium.org BUG=451319 Review URL: https://codereview.chromium.org/882083003
This commit is contained in:
parent
08043dbe6d
commit
e5cb39f814
@ -10,7 +10,6 @@
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "mojo/services/surfaces/public/interfaces/surface_id.mojom.h"
|
||||
#include "mojo/services/surfaces/public/interfaces/surfaces.mojom.h"
|
||||
#include "mojo/services/surfaces/public/interfaces/surfaces_service.mojom.h"
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
|
||||
namespace mojo {
|
||||
|
||||
@ -15,7 +15,6 @@
|
||||
#include "mojo/public/cpp/application/connect.h"
|
||||
#include "mojo/public/cpp/system/data_pipe.h"
|
||||
#include "mojo/public/interfaces/application/shell.mojom.h"
|
||||
#include "mojo/services/surfaces/public/interfaces/surfaces_service.mojom.h"
|
||||
#include "mojo/services/view_manager/public/cpp/view.h"
|
||||
#include "mojo/services/view_manager/public/cpp/view_manager.h"
|
||||
#include "skia/ext/refptr.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user