am 47f88d6b: Merge "Revert "add null check on ViewRootImpl"" into jb-dev

* commit '47f88d6b5229a5b0565a4e12dd3178a14e369463':
  Revert "add null check on ViewRootImpl"
This commit is contained in:
John Reck
2012-04-27 18:07:50 -07:00
committed by Android Git Automerger

View File

@@ -7890,7 +7890,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
functor = nativeGetDrawGLFunction(mNativeClass);
}
if (functor != 0 && mWebView.getViewRootImpl()) {
if (functor != 0) {
mWebView.getViewRootImpl().attachFunctor(functor);
} else {
// invalidate the screen so that the next repaint will show new content