Bug 879004 - Convert the async scroll offset fields in APZC.h to CSSPoints. r=kentuckyfriedtakahe

This commit is contained in:
Kartikaya Gupta
2013-06-10 09:05:44 -04:00
parent 799cbbf8ec
commit bc3c1c3715
8 changed files with 22 additions and 23 deletions

View File

@@ -2820,7 +2820,7 @@ AndroidBridge::HandleLongTap(const nsIntPoint& aPoint)
}
void
AndroidBridge::SendAsyncScrollDOMEvent(const gfx::Rect& aContentRect, const gfx::Size& aScrollableSize)
AndroidBridge::SendAsyncScrollDOMEvent(const CSSRect& aContentRect, const CSSSize& aScrollableSize)
{
// FIXME implement this
}