Scrolling ROCKS in Cocoa now. Not part of build.

This commit is contained in:
hyatt%netscape.com 2002-02-20 01:09:25 +00:00
Родитель 903808e108
Коммит 0c75301741
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -999,8 +999,6 @@ NS_IMETHODIMP nsChildView::Invalidate(const nsRect &aRect, PRBool aIsSynchronous
if ( !mView || !mVisible)
return NS_OK;
NSLog(@"This view: %@ got invalidated.", mView);
NSRect r;
ConvertGeckoToCocoaRect ( aRect, r );