mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Replace ViewFunctionStyleValue with FunctionStyleValue
This commit is contained in:
Notes:
github-actions[bot]
2026-04-24 06:35:58 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6b7fb4b273d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9039 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -58,6 +58,11 @@ public:
|
||||
static constexpr size_t Scroller = 0;
|
||||
static constexpr size_t Axis = 1;
|
||||
};
|
||||
|
||||
struct ViewFunction {
|
||||
static constexpr size_t Axis = 0;
|
||||
static constexpr size_t Inset = 1;
|
||||
};
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user