Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 916545
Collapse All | Expand All

(-)a/media/base/video_frame.cc (-2 / +4 lines)
Lines 175-181 Link Here
175
          break;
175
          break;
176
      }
176
      }
177
  }
177
  }
178
  NOTREACHED_NORETURN();
178
  NOTREACHED();
179
  return gfx::Size();
179
}
180
}
180
181
181
// Checks if |source_format| can be wrapped into a |target_format| frame.
182
// Checks if |source_format| can be wrapped into a |target_format| frame.
Lines 1107-1113 Link Here
1107
    case PIXEL_FORMAT_UNKNOWN:
1108
    case PIXEL_FORMAT_UNKNOWN:
1108
      break;
1109
      break;
1109
  }
1110
  }
1110
  NOTREACHED_NORETURN();
1111
  NOTREACHED();
1112
  return 0;
1111
}
1113
}
1112
1114
1113
// static
1115
// static

Return to bug 916545