|
@@ -32,7 +32,7 @@ class FramelessView : public views::NonClientFrameView {
|
|
|
gfx::Rect GetWindowBoundsForClientBounds(
|
|
|
const gfx::Rect& client_bounds) const override;
|
|
|
int NonClientHitTest(const gfx::Point& point) override;
|
|
|
- void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask) override;
|
|
|
+ void GetWindowMask(const gfx::Size& size, SkPath* window_mask) override;
|
|
|
void ResetWindowControls() override;
|
|
|
void UpdateWindowIcon() override;
|
|
|
void UpdateWindowTitle() override;
|