public final Bitmap getImage(String bgPath) {
   if (null != mBrowser) {
     return mBrowser.getImage(bgPath);
   }
   return null;
 }