LibWeb: Replace ViewFunctionStyleValue with FunctionStyleValue

This commit is contained in:
Callum Law
2026-04-23 01:39:28 +12:00
committed by Sam Atkins
parent 6aeaf69cd3
commit 6b7fb4b273
Notes: github-actions[bot] 2026-04-24 06:35:58 +00:00
9 changed files with 28 additions and 105 deletions

View File

@@ -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: