summaryrefslogtreecommitdiffstats
path: root/view/nsView.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/nsView.h')
-rw-r--r--view/nsView.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/nsView.h b/view/nsView.h
index 832c6358ad..7e1617265f 100644
--- a/view/nsView.h
+++ b/view/nsView.h
@@ -219,13 +219,6 @@ class nsView final : public nsIWidgetListener {
nsPoint GetOffsetToWidget(nsIWidget* aWidget) const;
/**
- * Takes a point aPt that is in the coordinate system of |this|'s parent view
- * and converts it to be in the coordinate system of |this| taking into
- * account the offset and any app unit per dev pixel ratio differences.
- */
- nsPoint ConvertFromParentCoords(nsPoint aPt) const;
-
- /**
* Called to query the visibility state of a view.
* @result current visibility state
*/
@@ -525,9 +518,6 @@ class nsView final : public nsIWidgetListener {
// parent, if we can)
void DropMouseGrabbing();
- // Same as GetBounds but converts to parent appunits if they are different.
- nsRect GetBoundsInParentUnits() const;
-
bool HasNonEmptyDirtyRegion() {
return mDirtyRegion && !mDirtyRegion->IsEmpty();
}