Mozilla stuff

Uhm...

2004-07-08

nspresshell.cpp:

if (viewManager)
{ nsIFrame* focusFrame;
mPresContext->EventStateManager()->GetEventTarget(&focusFrame);
if (!focusFrame) { return nsnull; }
nsIView *aView;
aView = focusFrame->GetView();
nsIScrollableView *scrollView;
scrollView = aView->GetNearestScrollingView();
//result = viewManager->GetRootScrollableView(&scrollView);
if (NS_SUCCEEDED(result) && scrollView)

0 Comments:

Post a Comment

<< Home