Bug 1824877 Part 2 - Rename nsHTMLScrollFrame to mozilla::ScrollContainerFrame. r=dholbert
Also, change the ScrollContainerFrame::GetFrameName() to return "ScrollContainer" instead of "HTMLScroll". Differential Revision: https://phabricator.services.mozilla.com/D210233
This commit is contained in:
@@ -1145,7 +1145,7 @@ NS_IMETHODIMP
|
||||
nsTextControlFrame::RestoreState(PresState* aState) {
|
||||
NS_ENSURE_ARG_POINTER(aState);
|
||||
|
||||
// Query the nsIStatefulFrame from the HTMLScrollFrame
|
||||
// Query the nsIStatefulFrame from the ScrollContainerFrame
|
||||
if (nsIStatefulFrame* scrollStateFrame =
|
||||
do_QueryFrame(GetScrollTargetFrame())) {
|
||||
return scrollStateFrame->RestoreState(aState);
|
||||
|
||||
Reference in New Issue
Block a user