summaryrefslogtreecommitdiffstats
path: root/view/nsView.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /view/nsView.h
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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();
}