Refactor context lost handling

This commit is contained in:
Tom Payne
2012-07-17 12:00:43 +02:00
parent 495630355a
commit 253d62763f
3 changed files with 19 additions and 13 deletions

View File

@@ -31,6 +31,11 @@ ol.webgl.LayerRenderer.prototype.getGL = function() {
};
/**
*/
ol.webgl.LayerRenderer.prototype.handleContextLost = goog.nullFunction;
/**
*/
ol.webgl.LayerRenderer.prototype.redraw = goog.abstractMethod;