$OpenBSD$ index 3c6d66c..efad5c8 100644 --- dom/base/nsScreen.h.orig Fri Feb 20 15:40:37 2015 +++ dom/base/nsScreen.h Fri Feb 20 15:40:37 2015 @@ -130,6 +130,9 @@ protected: nsDeviceContext* GetDeviceContext(); nsresult GetRect(nsRect& aRect); nsresult GetAvailRect(nsRect& aRect); + bool IsChrome(); + nsresult GetDOMWindow(nsIDOMWindow **aResult); + nsresult GetWindowInnerRect(nsRect& aRect); mozilla::dom::ScreenOrientation mOrientation;