Index: content/browser/gpu/gpu_process_host_ui_shim.h |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h |
index d0782d723b7c8d3170bc1788256c50a5efaa8bfb..fc077fa3ef61ae6a32ee1e3ddfb8d68ce4893e26 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.h |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h |
@@ -40,7 +40,7 @@ class Message; |
class RouteToGpuProcessHostUIShimTask : public Task { |
public: |
RouteToGpuProcessHostUIShimTask(int host_id, const IPC::Message& msg); |
- ~RouteToGpuProcessHostUIShimTask(); |
+ virtual ~RouteToGpuProcessHostUIShimTask(); |
private: |
virtual void Run(); |