summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-05-21 13:37:17 +0100
committerSteve Block <steveblock@google.com>2012-05-22 16:00:29 +0100
commitbb6709c7f9c9dbc1f09e40002956fef09db539a2 (patch)
treecc8c018097f982c5b4a6bd3ff5a3922925d47c43 /Source/WebKit/android/jni/WebViewCore.h
parent46b2af401355ec7f5da6603268f6f08160ebc71b (diff)
downloadexternal_webkit-bb6709c7f9c9dbc1f09e40002956fef09db539a2.zip
external_webkit-bb6709c7f9c9dbc1f09e40002956fef09db539a2.tar.gz
external_webkit-bb6709c7f9c9dbc1f09e40002956fef09db539a2.tar.bz2
Remove unused WebViewCore::isPaused() and setIsPaused()
The last caller of these methods was removed in I7be5b4224555bc8c3893b75275ac3a997a6677d1. See framework change I9e5c0fd914f53d11e130ffcdc0e749f45dfe4013. Change-Id: Ie645cb657407c34a63e5df6b0ade050f1780a7f0
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index f371f69..8dc782f 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -549,8 +549,6 @@ namespace android {
void listBoxRequest(WebCoreReply* reply, const uint16_t** labels,
size_t count, const int enabled[], size_t enabledCount,
bool multiple, const int selected[], size_t selectedCountOrSelection);
- bool isPaused() const { return m_isPaused; }
- void setIsPaused(bool isPaused) { m_isPaused = isPaused; }
bool drawIsPaused() const;
// The actual content (without title bar) size in doc coordinate
int screenWidth() const { return m_screenWidth; }
@@ -781,7 +779,6 @@ namespace android {
int m_textWrapWidth;
float m_scale;
WebCore::PageGroup* m_groupForVisitedLinks;
- bool m_isPaused;
int m_cacheMode;
bool m_fullscreenVideoMode;