Index: content/renderer/renderer_blink_platform_impl.h |
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h |
index f4f84deb08f67a7de8c8542afde7fe296afba4d2..42072de336cd221041d7a584fa6c9cd6e44570dc 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -54,14 +54,13 @@ class WebSchedulerImpl; |
class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl { |
public: |
- RendererBlinkPlatformImpl(RendererScheduler* renderer_scheduler); |
+ explicit RendererBlinkPlatformImpl(RendererScheduler* renderer_scheduler); |
virtual ~RendererBlinkPlatformImpl(); |
void set_plugin_refresh_allowed(bool plugin_refresh_allowed) { |
plugin_refresh_allowed_ = plugin_refresh_allowed; |
} |
// Platform methods: |
- virtual void callOnMainThread(void (*func)(void*), void* context); |
virtual blink::WebClipboard* clipboard(); |
virtual blink::WebMimeRegistry* mimeRegistry(); |
virtual blink::WebFileUtilities* fileUtilities(); |