LibWeb: Add stubs for the Screen Orientation API

As defined in: https://w3c.github.io/screen-orientation
This commit is contained in:
Shannon Booth 2024-04-02 22:44:05 +02:00 committed by Sam Atkins
commit ccebc7a905
Notes: sideshowbarker 2024-07-17 08:27:05 +09:00
9 changed files with 156 additions and 0 deletions

View file

@ -172,6 +172,7 @@ class ResolutionOrCalculated;
class ResolutionStyleValue;
class RevertStyleValue;
class Screen;
class ScreenOrientation;
class Selector;
class ShadowStyleValue;
class ShorthandStyleValue;