X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitLibraries%2FWebKitSystemInterface.h;h=7bcf809cfe56dc2f8936797e3a55fef1eb86c8e8;hp=84013800020f022255ec04e3767858e83f322209;hb=2400deea7f51db639cc4d9d64f7d1c52b8fe4abb;hpb=bd6c420e86d8920d60a3467edb5aa4905d971c9a diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h index 84013800020f..7bcf809cfe56 100644 --- a/WebKitLibraries/WebKitSystemInterface.h +++ b/WebKitLibraries/WebKitSystemInterface.h @@ -92,6 +92,8 @@ CFReadStreamRef WKCreateCustomCFReadStream(void *(*formCreate)(CFReadStreamRef, void (*formUnschedule)(CFReadStreamRef, CFRunLoopRef, CFStringRef, void *), void *context); +void WKDrawCapsLockIndicator(CGContextRef, CGRect); + void WKDrawFocusRing(CGContextRef context, CGRect clipRect, CGColorRef color, int radius); // Ignore the context's clipping. // The CG context's current path is the focus ring's path.