summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webwidget.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-20 16:15:12 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-20 16:15:12 +0000
commit8dcfd8c9bd0ce2a0b98d53b2bfc0c826ef388fe8 (patch)
treef3375616eaf55ec16d512241f05bc394697e3dec /webkit/glue/webwidget.h
parente2dd9dda0c2897d9fa0630584b25d81ed2c1c068 (diff)
downloadchromium_src-8dcfd8c9bd0ce2a0b98d53b2bfc0c826ef388fe8.zip
chromium_src-8dcfd8c9bd0ce2a0b98d53b2bfc0c826ef388fe8.tar.gz
chromium_src-8dcfd8c9bd0ce2a0b98d53b2bfc0c826ef388fe8.tar.bz2
Remove unused 'node' parameter from ImeUpdateStatus.
R=hbono Review URL: http://codereview.chromium.org/21531 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webwidget.h')
-rw-r--r--webkit/glue/webwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/webwidget.h b/webkit/glue/webwidget.h
index 0fda0dc..08cab6b 100644
--- a/webkit/glue/webwidget.h
+++ b/webkit/glue/webwidget.h
@@ -63,8 +63,7 @@ class WebWidget {
const std::wstring& ime_string) = 0;
// Retrieve the status of this widget required by IME APIs.
- virtual bool ImeUpdateStatus(bool* enable_ime, const void** node,
- gfx::Rect* caret_rect) = 0;
+ virtual bool ImeUpdateStatus(bool* enable_ime, gfx::Rect* caret_rect) = 0;
protected:
virtual ~WebWidget() {}