mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Most linking errors dealt with on compiling on MinGW
This commit is contained in:
parent
854f39b4ab
commit
dd7052503e
6 changed files with 27 additions and 7 deletions
|
|
@ -842,6 +842,13 @@ WebGLContext::ThrowEvent_WebGLContextCreationError(const nsACString& text)
|
|||
GenerateWarning("Failed to create WebGL context: %s", text.BeginReading());
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
WebGLContext::InitializeWithDrawTarget(nsIDocShell*,
|
||||
NotNull<gfx::DrawTarget*>)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
WebGLContext::SetDimensions(int32_t signedWidth, int32_t signedHeight)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue