diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 23:24:31 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-30 23:24:31 +0000 |
commit | 4166c61b1b71fdd164bd902994db3c3e15252b38 (patch) | |
tree | c1136efc8b0c04cb82b78dfa54054294448b0547 /webkit/plugins/ppapi/mock_plugin_delegate.cc | |
parent | 4275f7b86f58728b4875f0349f06aabf33dc059e (diff) | |
download | chromium_src-4166c61b1b71fdd164bd902994db3c3e15252b38.zip chromium_src-4166c61b1b71fdd164bd902994db3c3e15252b38.tar.gz chromium_src-4166c61b1b71fdd164bd902994db3c3e15252b38.tar.bz2 |
Revert 134620 - Show a replacement plug-in for loading errors.
Below are a few tests that are crashing (the list is not complete):
compositing/plugins/composited-plugin.html
compositing/plugins/1x1-composited-plugin.html
compositing/plugins/small-to-large-composited-plugin.html
compositing/plugins/large-to-small-composited-plugin.html
This allows us to show a nicer placeholder when loading a plug-in fails then the one coming from WebKit.
BUG=123580
TEST=manual
Review URL: http://codereview.chromium.org/10093011
TBR=bauerb@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10274020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/mock_plugin_delegate.cc')
-rw-r--r-- | webkit/plugins/ppapi/mock_plugin_delegate.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc index 7944ac2..12fe0e7 100644 --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc @@ -50,11 +50,6 @@ SkBitmap* MockPluginDelegate::GetSadPluginBitmap() { return NULL; } -WebKit::WebPlugin* MockPluginDelegate::CreatePluginReplacement( - const FilePath& file_path) { - return NULL; -} - MockPluginDelegate::PlatformImage2D* MockPluginDelegate::CreateImage2D( int width, int height) { |