diff options
author | Derek Sollenberger <derek@android.com> | 2012-02-06 13:42:31 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-02-06 13:42:31 -0800 |
commit | 6f1bf086c7d24634eb00a62d5af024bda7b06365 (patch) | |
tree | c67c99683b711874060aa6b7ff073142ce4ea899 /Source/WebKit/android/nav/WebView.cpp | |
parent | caf22a374d0b8fd28a9c5f2746216f55bfaafe76 (diff) | |
parent | 75a0da9a16b6d086bf9a90620160e32286630179 (diff) | |
download | external_webkit-6f1bf086c7d24634eb00a62d5af024bda7b06365.zip external_webkit-6f1bf086c7d24634eb00a62d5af024bda7b06365.tar.gz external_webkit-6f1bf086c7d24634eb00a62d5af024bda7b06365.tar.bz2 |
am 75a0da9a: am 2857538e: Skia API changes as a result of an update to the Skia library.
* commit '75a0da9a16b6d086bf9a90620160e32286630179':
Skia API changes as a result of an update to the Skia library.
Diffstat (limited to 'Source/WebKit/android/nav/WebView.cpp')
-rw-r--r-- | Source/WebKit/android/nav/WebView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/nav/WebView.cpp b/Source/WebKit/android/nav/WebView.cpp index 76f0fb8..7cb41d9 100644 --- a/Source/WebKit/android/nav/WebView.cpp +++ b/Source/WebKit/android/nav/WebView.cpp @@ -503,7 +503,7 @@ bool drawGL(WebCore::IntRect& viewRect, WebCore::IntRect* invalRect, // Make sure we have valid coordinates. We might not have valid coords // if the zoom manager is still initializing. We will be redrawn // once the correct scale is set - if (!m_visibleRect.hasValidCoordinates()) + if (!m_visibleRect.isFinite()) return false; bool treesSwapped = false; bool newTreeHasAnim = false; |