| Index: webkit/plugins/npapi/webplugin.h
|
| diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h
|
| index 571b8d161661c7e2e2ba1d5b815baaa676b7a6cb..1c20d238a2c0a319b4f7a8e27b420ef2e0f6dafb 100644
|
| --- a/webkit/plugins/npapi/webplugin.h
|
| +++ b/webkit/plugins/npapi/webplugin.h
|
| @@ -157,7 +157,7 @@ class WebPlugin {
|
|
|
| // Returns the accelerated surface abstraction for accelerated plugins.
|
| virtual WebPluginAcceleratedSurface* GetAcceleratedSurface(
|
| - gfx::GpuPreference gpu_preference);
|
| + gfx::GpuPreference gpu_preference) = 0;
|
|
|
| // Composited Core Animation plugin support.
|
| virtual void AcceleratedPluginEnabledRendering() = 0;
|
|
|