summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-12-01 10:51:31 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2011-12-02 10:50:09 -0800
commit92e210ad1acfa7a99a4365de54256607afe4b6a1 (patch)
tree7a607c235c200fa90f3c4085f6b8e829507a5a61 /Source/WebCore/platform/graphics/android/GLWebViewState.h
parent931e90d171935ef706b6906c5867a51fc491a83d (diff)
downloadexternal_webkit-92e210ad1acfa7a99a4365de54256607afe4b6a1.zip
external_webkit-92e210ad1acfa7a99a4365de54256607afe4b6a1.tar.gz
external_webkit-92e210ad1acfa7a99a4365de54256607afe4b6a1.tar.bz2
Show the frame perf info for debug purpose
At the same time, fix the compiler error when turning on MEASURES_PERF. Change-Id: Ie1c038cb611947d4baddabdf3b844eb52e1d15ee
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index cffd28f..d10be5b 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -254,6 +254,8 @@ public:
private:
void inval(const IntRect& rect);
+ void showFrameInfo(const IntRect& rect);
+ double m_prevDrawTime;
ZoomManager m_zoomManager;
android::Mutex m_tiledPageLock;