| Index: components/test_runner/test_plugin.h
|
| diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
|
| index 55c2832279981443f34e0c01327f8b039b6e20f0..a5bf3a57ac2a3979530ef0a7ee32e6a7535fcdcd 100644
|
| --- a/components/test_runner/test_plugin.h
|
| +++ b/components/test_runner/test_plugin.h
|
| @@ -60,7 +60,6 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
|
| // WebPlugin methods:
|
| bool initialize(blink::WebPluginContainer* container) override;
|
| void destroy() override;
|
| - NPObject* scriptableObject() override;
|
| bool canProcessDrag() const override;
|
| bool supportsKeyboardFocus() const override;
|
| void layoutIfNeeded() override {}
|
|
|