summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/webplugin_2d_device_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/webplugin_2d_device_delegate.h')
-rw-r--r--webkit/glue/plugins/webplugin_2d_device_delegate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/glue/plugins/webplugin_2d_device_delegate.h b/webkit/glue/plugins/webplugin_2d_device_delegate.h
index b622d20..69bd53a 100644
--- a/webkit/glue/plugins/webplugin_2d_device_delegate.h
+++ b/webkit/glue/plugins/webplugin_2d_device_delegate.h
@@ -46,15 +46,6 @@ class WebPlugin2DDeviceDelegate {
virtual NPError Device2DDestroyContext(NPDeviceContext2D* context) {
return NPERR_GENERIC_ERROR;
}
- virtual NPError Device2DThemeGetSize(NPThemeItem item,
- int* width,
- int* height) {
- return NPERR_GENERIC_ERROR;
- }
- virtual NPError Device2DThemePaint(NPDeviceContext2D* context,
- NPThemeParams* params) {
- return NPERR_GENERIC_ERROR;
- }
protected:
WebPlugin2DDeviceDelegate() {}