shorten names

This commit is contained in:
Michael S. Barthelemy 2015-07-16 14:31:01 -04:00
parent 10faf314d4
commit 7cdfa44438
4 changed files with 6 additions and 6 deletions

View file

@ -203,7 +203,7 @@ gfx::Size NativeWindow::GetInteriorContentExtraSize() {
return interiorContentExtraSize;
}
void NativeWindow::MaintainAspectRatioOfInteriorContent(double aspectRatio, const gfx::Size& extraSize) {
void NativeWindow::MaintainContentAspectRatio(double aspectRatio, const gfx::Size& extraSize) {
interiorContentAspectRatio = aspectRatio;
interiorContentExtraSize = extraSize;
}