зеркало из https://github.com/mozilla/pjs.git
Bug 715678 - Fix indentation in gonk/nsWindow.cpp, r=cjones
This commit is contained in:
Родитель
d216e435fc
Коммит
74111670cd
|
@ -210,8 +210,8 @@ nsWindow::IsVisible(bool & aState)
|
|||
|
||||
NS_IMETHODIMP
|
||||
nsWindow::ConstrainPosition(bool aAllowSlop,
|
||||
PRInt32 *aX,
|
||||
PRInt32 *aY)
|
||||
PRInt32 *aX,
|
||||
PRInt32 *aY)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
@ -350,13 +350,13 @@ NS_IMETHODIMP_(void)
|
|||
nsWindow::SetInputContext(const InputContext& aContext,
|
||||
const InputContextAction& aAction)
|
||||
{
|
||||
mInputContext = aContext;
|
||||
mInputContext = aContext;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(InputContext)
|
||||
nsWindow::GetInputContext()
|
||||
{
|
||||
return mInputContext;
|
||||
return mInputContext;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
|
Загрузка…
Ссылка в новой задаче