1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

WebBrowserComponent: MacOS: Add accessibility integration

This commit is contained in:
attila 2023-04-11 16:23:33 +02:00 committed by Attila Szarvas
parent 7657efd227
commit d8c282e293
3 changed files with 31 additions and 7 deletions

View file

@ -84,6 +84,8 @@ public:
void alphaChanged() override;
/** @internal */
static ReferenceCountedObject* attachViewToComponent (Component&, void*);
/** @internal */
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override;
private:
ReferenceCountedObjectPtr<ReferenceCountedObject> attachment;