/**
  * @param Frame $root
  */
 function set_root(Frame $root)
 {
     $this->_root = $root;
     if ($this->_frame instanceof AbstractFrameDecorator) {
         $this->_frame->set_root($root);
     }
 }