Chromium Code Reviews| Index: third_party/WebKit/public/web/WebPlugin.h |
| diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h |
| index 6e6403a7a6a5e5ce5129610d46044c0bbe83a7b6..94ef8a841fdedec8d5be8b4bc0794e729ee94fb6 100644 |
| --- a/third_party/WebKit/public/web/WebPlugin.h |
| +++ b/third_party/WebKit/public/web/WebPlugin.h |
| @@ -237,7 +237,7 @@ class WebPlugin { |
| // Rotates the plugin's view of its content. |
| virtual void rotateView(RotationType type) {} |
| - virtual bool isPlaceholder() { return true; } |
| + virtual bool isPlaceholder() { return false; } |
|
Bernhard Bauer
2017/03/28 10:55:59
I don't think you need to change the default imple
George Joseph
2017/03/30 08:41:44
Done.
|
| protected: |
| ~WebPlugin() {} |