Index: content/shell/renderer/test_runner/test_plugin.h |
diff --git a/content/shell/renderer/test_runner/test_plugin.h b/content/shell/renderer/test_runner/test_plugin.h |
index 11d8820e09336d15b6734567d6c58c527594a0cd..34029b9370c1de1c3df5bfc32e8099743dab03b3 100644 |
--- a/content/shell/renderer/test_runner/test_plugin.h |
+++ b/content/shell/renderer/test_runner/test_plugin.h |
@@ -45,7 +45,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient { |
static TestPlugin* create(blink::WebFrame* frame, |
const blink::WebPluginParams& params, |
WebTestDelegate* delegate); |
- virtual ~TestPlugin(); |
+ ~TestPlugin() override; |
static const blink::WebString& MimeType(); |
static const blink::WebString& CanCreateWithoutRendererMimeType(); |
@@ -85,7 +85,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient { |
virtual bool isPlaceholder(); |
// cc::TextureLayerClient methods: |
- virtual bool PrepareTextureMailbox( |
+ bool PrepareTextureMailbox( |
cc::TextureMailbox* mailbox, |
scoped_ptr<cc::SingleReleaseCallback>* release_callback, |
bool use_shared_memory) override; |