Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
=================================================================== |
--- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 71882) |
+++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy) |
@@ -199,6 +199,9 @@ |
void MockPluginDelegate::SetContentRestriction(int restrictions) { |
} |
+void MockPluginDelegate::HasUnsupportedFeature() { |
+} |
+ |
} // namespace ppapi |
} // namespace webkit |