RESAMPLE 57 ui/display/chromeos/x11/native_display_delegate_x11.cc resampled->red[i] = RESAMPLE(gamma_ramp->red, base_index, remaining); RESAMPLE 58 ui/display/chromeos/x11/native_display_delegate_x11.cc resampled->green[i] = RESAMPLE(gamma_ramp->green, base_index, remaining); RESAMPLE 59 ui/display/chromeos/x11/native_display_delegate_x11.cc resampled->blue[i] = RESAMPLE(gamma_ramp->blue, base_index, remaining);