From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- view/nsView.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'view/nsView.h') diff --git a/view/nsView.h b/view/nsView.h index 832c6358ad..7e1617265f 100644 --- a/view/nsView.h +++ b/view/nsView.h @@ -218,13 +218,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(); } -- cgit v1.2.3