Index: content/browser/renderer_host/image_transport_client.h |
diff --git a/content/browser/renderer_host/image_transport_client.h b/content/browser/renderer_host/image_transport_client.h |
index b18ea2fd23b54bcb082ed0540b348b1de0ce0a08..7abeb3a6af4160ba5600fc7f74771003ec4e62cc 100644 |
--- a/content/browser/renderer_host/image_transport_client.h |
+++ b/content/browser/renderer_host/image_transport_client.h |
@@ -21,8 +21,6 @@ class ImageTransportFactory; |
// data is only valid after the first Update(). |
class ImageTransportClient : public ui::Texture { |
public: |
- virtual ~ImageTransportClient() {} |
- |
// Initializes the client with the surface id. |
virtual bool Initialize(uint64* surface_handle) = 0; |
@@ -39,6 +37,7 @@ class ImageTransportClient : public ui::Texture { |
protected: |
ImageTransportClient(bool flipped, const gfx::Size& size); |
+ virtual ~ImageTransportClient() {} |
private: |
DISALLOW_COPY_AND_ASSIGN(ImageTransportClient); |