diff --git a/src/ol/framestate.js b/src/ol/framestate.js
index cffecf36b4..5ab8fdb9a7 100644
--- a/src/ol/framestate.js
+++ b/src/ol/framestate.js
@@ -26,6 +26,7 @@ goog.require('ol.layer.LayerState');
* focus: ol.Coordinate,
* layersArray: Array.
,
* layerStates: Object.,
+ * logos: Object.,
* pixelToCoordinateMatrix: goog.vec.Mat4.Number,
* postRenderFunctions: Array.,
* size: ol.Size,
diff --git a/src/ol/map.js b/src/ol/map.js
index c738a90b74..7b65d98e41 100644
--- a/src/ol/map.js
+++ b/src/ol/map.js
@@ -734,6 +734,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
focus: goog.isNull(this.focus_) ? view2DState.center : this.focus_,
layersArray: layersArray,
layerStates: layerStates,
+ logos: {},
pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_,
postRenderFunctions: [],
size: size,