gfx::Path -> SkPath

https://chromium-review.googlesource.com/c/1392181
This commit is contained in:
Jeremy Apthorp 2019-01-31 14:14:32 -08:00 committed by deepak1556
parent a9ab4c5039
commit 34d7e019ce
2 changed files with 2 additions and 3 deletions

View file

@ -82,8 +82,7 @@ int FramelessView::NonClientHitTest(const gfx::Point& cursor) {
return HTCLIENT;
}
void FramelessView::GetWindowMask(const gfx::Size& size,
gfx::Path* window_mask) {}
void FramelessView::GetWindowMask(const gfx::Size& size, SkPath* window_mask) {}
void FramelessView::ResetWindowControls() {}