Backed out 4 changesets (bug 1786048) for causing multiple failures. CLOSED TREE
Backed out changeset ae94135e68ef (bug 1786048) Backed out changeset f505df8a481a (bug 1786048) Backed out changeset 999a18d6f33e (bug 1786048) Backed out changeset e71e8644b8a9 (bug 1786048)
This commit is contained in:
@@ -4783,17 +4783,6 @@ void nsDocShell::DoGetPositionAndSize(int32_t* aX, int32_t* aY, int32_t* aWidth,
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::SetDimensions(DimensionRequest&& aRequest) {
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::GetDimensions(DimensionKind aDimensionKind, int32_t* aX,
|
||||
int32_t* aY, int32_t* aCX, int32_t* aCY) {
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::Repaint(bool aForce) {
|
||||
PresShell* presShell = GetPresShell();
|
||||
@@ -4919,13 +4908,7 @@ nsDocShell::GetVisibility(bool* aVisibility) {
|
||||
|
||||
// Check with the tree owner as well to give embedders a chance to
|
||||
// expose visibility as well.
|
||||
nsresult rv = treeOwnerAsWin->GetVisibility(aVisibility);
|
||||
if (rv == NS_ERROR_NOT_IMPLEMENTED) {
|
||||
// The tree owner had no opinion on our visibility.
|
||||
*aVisibility = true;
|
||||
return NS_OK;
|
||||
}
|
||||
return rv;
|
||||
return treeOwnerAsWin->GetVisibility(aVisibility);
|
||||
}
|
||||
|
||||
void nsDocShell::ActivenessMaybeChanged() {
|
||||
|
||||
Reference in New Issue
Block a user