Searched defs:ResolutionMatcher (Results 1 – 1 of 1) sorted by relevance
76 struct ResolutionMatcher { struct77 ResolutionMatcher(const gfx::Size& size) : size(size) {} in ResolutionMatcher() argument78 bool operator()(const Resolution& resolution) { in operator ()()81 gfx::Size size;