summaryrefslogtreecommitdiffstats
path: root/dom/canvas/WebGLChild.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/WebGLChild.h')
-rw-r--r--dom/canvas/WebGLChild.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/canvas/WebGLChild.h b/dom/canvas/WebGLChild.h
index 6848237d8f..f4229e1b9b 100644
--- a/dom/canvas/WebGLChild.h
+++ b/dom/canvas/WebGLChild.h
@@ -58,6 +58,7 @@ class WebGLChild final : public PWebGLChild, public SupportsWeakPtr {
public:
mozilla::ipc::IPCResult RecvJsWarning(const std::string&) const;
mozilla::ipc::IPCResult RecvOnContextLoss(webgl::ContextLossReason) const;
+ mozilla::ipc::IPCResult RecvOnSyncComplete(webgl::ObjectId) const;
};
} // namespace dom