shorten names
This commit is contained in:
parent
10faf314d4
commit
7cdfa44438
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue