diff options
author | Shimeng (Simon) Wang <swang@google.com> | 2010-11-19 17:50:21 -0800 |
---|---|---|
committer | Shimeng (Simon) Wang <swang@google.com> | 2010-11-22 14:04:34 -0800 |
commit | ac26ff1e3f26e75d7b21ffb87019984faee4e1cf (patch) | |
tree | 74ea6efa0c0b60c3bc152ad176dca52f93361d43 /WebCore/platform/graphics/android/GLWebViewState.h | |
parent | 0150e284d85a95236481fa58c868892da3341bb0 (diff) | |
download | external_webkit-ac26ff1e3f26e75d7b21ffb87019984faee4e1cf.zip external_webkit-ac26ff1e3f26e75d7b21ffb87019984faee4e1cf.tar.gz external_webkit-ac26ff1e3f26e75d7b21ffb87019984faee4e1cf.tar.bz2 |
Clear GL inside clear view.
issue: 3215000
Change-Id: I8668a857d840084c363b13c95efffc740a1451db
Diffstat (limited to 'WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r-- | WebCore/platform/graphics/android/GLWebViewState.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/GLWebViewState.h b/WebCore/platform/graphics/android/GLWebViewState.h index 526061e..cc1834d 100644 --- a/WebCore/platform/graphics/android/GLWebViewState.h +++ b/WebCore/platform/graphics/android/GLWebViewState.h @@ -191,6 +191,8 @@ public: unsigned int currentPictureCounter() const { return m_currentPictureCounter; } + bool hasContent(); + private: // Delay between scheduling a new page when the scale |