зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1416306 - Make the function argument a const& instead of passing by value. r=mstange
This commit is contained in:
Родитель
68ce6c6d2a
Коммит
639eb384ce
|
@ -305,7 +305,7 @@ static inline wr::LayoutRect ToLayoutRect(const mozilla::LayoutDeviceRect& rect)
|
|||
return r;
|
||||
}
|
||||
|
||||
static inline wr::LayoutRect ToLayoutRect(const gfxRect rect)
|
||||
static inline wr::LayoutRect ToLayoutRect(const gfxRect& rect)
|
||||
{
|
||||
wr::LayoutRect r;
|
||||
r.origin.x = rect.x;
|
||||
|
|
Загрузка…
Ссылка в новой задаче