Factor out ol.render.IRender

This commit is contained in:
Tom Payne
2013-11-10 12:21:50 +01:00
parent 4183d9cdb8
commit dab12456ae
3 changed files with 77 additions and 76 deletions

View File

@@ -5,7 +5,7 @@ goog.require('goog.asserts');
goog.require('goog.object');
goog.require('ol.extent');
goog.require('ol.render');
goog.require('ol.render.IReplayBatch');
goog.require('ol.render.IRender');
goog.require('ol.render.IReplayBatchGroup');
goog.require('ol.style.fill');
goog.require('ol.style.stroke');
@@ -29,7 +29,7 @@ ol.render.canvas.Instruction = {
/**
* @constructor
* @implements {ol.render.IReplayBatch}
* @implements {ol.render.IRender}
* @protected
*/
ol.render.canvas.Batch = function() {