chore: remove dead draggable region code (#38404)
This commit is contained in:
parent
b6c80ba646
commit
dec9a1d9db
3 changed files with 0 additions and 231 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include "shell/common/api/api.mojom.h"
|
||||
#include "third_party/skia/include/core/SkRegion.h"
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
#include "ui/gfx/image/image.h"
|
||||
|
||||
namespace base {
|
||||
|
@ -23,11 +22,6 @@ void DragFileItems(const std::vector<base::FilePath>& files,
|
|||
const gfx::Image& icon,
|
||||
gfx::NativeView view);
|
||||
|
||||
std::vector<gfx::Rect> CalculateNonDraggableRegions(
|
||||
std::unique_ptr<SkRegion> draggable,
|
||||
int width,
|
||||
int height);
|
||||
|
||||
// Convert draggable regions in raw format to SkRegion format.
|
||||
std::unique_ptr<SkRegion> DraggableRegionsToSkRegion(
|
||||
const std::vector<mojom::DraggableRegionPtr>& regions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue