| Index: webkit/plugins/npapi/webplugin.cc
|
| diff --git a/webkit/plugins/npapi/webplugin.cc b/webkit/plugins/npapi/webplugin.cc
|
| index d3e73dd6d2bf4b4e810e0dafa1728581d203860e..69c5f8d6383c7eda2d4d1fd62e8885da86679338 100644
|
| --- a/webkit/plugins/npapi/webplugin.cc
|
| +++ b/webkit/plugins/npapi/webplugin.cc
|
| @@ -25,12 +25,5 @@ bool WebPluginGeometry::Equals(const WebPluginGeometry& rhs) const {
|
| visible == rhs.visible;
|
| }
|
|
|
| -#if defined(OS_MACOSX)
|
| -WebPluginAcceleratedSurface* WebPlugin::GetAcceleratedSurface(
|
| - gfx::GpuPreference gpu_preference) {
|
| - return NULL;
|
| -}
|
| -#endif
|
| -
|
| } // namespace npapi
|
| } // namespace webkit
|
|
|