/** Should be called for cleanup when the CompositorView instance is no longer used. */
 public void shutDown() {
   setTab(null);
   if (mLayerTitleCache != null) mLayerTitleCache.shutDown();
   mCompositorView.shutDown();
 }