diff --git a/src/ol/render/canvas/canvasreplay.js b/src/ol/render/canvas/canvasreplay.js index 9b69bb1c55..1dc569a526 100644 --- a/src/ol/render/canvas/canvasreplay.js +++ b/src/ol/render/canvas/canvasreplay.js @@ -366,6 +366,12 @@ ol.render.canvas.Replay.prototype.reverseHitDetectionInstructions_ = }; +/** + * @inheritDoc + */ +ol.render.canvas.Replay.prototype.drawAsync = goog.abstractMethod; + + /** * @inheritDoc */