Home | History | Annotate | Download | only in desktop_aura

Lines Matching defs:window_mask

1470     gfx::Path window_mask;
1475 widget->non_client_view()->GetWindowMask(bounds_.size(), &window_mask);
1476 if (window_mask.countPoints() > 0) {
1477 window_shape_ = gfx::CreateRegionFromSkPath(window_mask);