diff options
Diffstat (limited to 'webkit/plugins/ppapi/mock_plugin_delegate.cc')
-rw-r--r-- | webkit/plugins/ppapi/mock_plugin_delegate.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc index 2a96571..e072ebb 100644 --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc @@ -199,6 +199,9 @@ void MockPluginDelegate::DidStopLoading() { void MockPluginDelegate::SetContentRestriction(int restrictions) { } +void MockPluginDelegate::HasUnsupportedFeature() { +} + } // namespace ppapi } // namespace webkit |