diff options
author | Nicolas Roard <nicolas@android.com> | 2011-01-28 16:56:27 -0800 |
---|---|---|
committer | Nicolas Roard <nicolas@android.com> | 2011-01-28 16:56:27 -0800 |
commit | 5e3e997a109b7e20ddd7e04c6ec14b01dac2f32a (patch) | |
tree | 24eff5a22fead6f166a9ed6ca3491b0bd9ca040c /WebCore/platform/graphics/android/GLWebViewState.h | |
parent | 8f5ffb1668422c85060b1e2a32c3ff52f83224e1 (diff) | |
download | external_webkit-5e3e997a109b7e20ddd7e04c6ec14b01dac2f32a.zip external_webkit-5e3e997a109b7e20ddd7e04c6ec14b01dac2f32a.tar.gz external_webkit-5e3e997a109b7e20ddd7e04c6ec14b01dac2f32a.tar.bz2 |
Fix flickering when drawing extras, as well as continuous repaint
when extras are drawn.
bug:3396281 bug:3387206 bug:3345802
Change-Id: I445c3bbd27a4c11b7f1b2cf6702b00835172754b
Diffstat (limited to 'WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r-- | WebCore/platform/graphics/android/GLWebViewState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/GLWebViewState.h b/WebCore/platform/graphics/android/GLWebViewState.h index 81dcb9e..1ef35d3 100644 --- a/WebCore/platform/graphics/android/GLWebViewState.h +++ b/WebCore/platform/graphics/android/GLWebViewState.h @@ -242,7 +242,7 @@ private: bool m_usePageA; TiledPage* m_tiledPageA; TiledPage* m_tiledPageB; - SkIRect m_lastInval; + IntRect m_lastInval; android::Mutex* m_globalButtonMutex; bool m_baseLayerUpdate; |