@Override
 public void destroy() {
   if (scrollingCanvas != null) {
     scrollingCanvas.destroy();
   }
 }