Index: content/common/gpu/image_transport_surface.h |
diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h |
index b2d27d47d440d0f03dfb2d103f2d70366a2265a5..d502289b85e22475fc2cb6cf585dee3b83f33ae2 100644 |
--- a/content/common/gpu/image_transport_surface.h |
+++ b/content/common/gpu/image_transport_surface.h |
@@ -158,7 +158,6 @@ class PassThroughImageTransportSurface |
GpuCommandBufferStub* stub, |
gfx::GLSurface* surface, |
bool transport); |
- virtual ~PassThroughImageTransportSurface(); |
// GLSurface implementation. |
virtual bool Initialize() OVERRIDE; |
@@ -176,6 +175,8 @@ class PassThroughImageTransportSurface |
virtual void OnResize(gfx::Size size) OVERRIDE; |
private: |
+ virtual ~PassThroughImageTransportSurface(); |
+ |
scoped_ptr<ImageTransportHelper> helper_; |
gfx::Size new_size_; |
bool transport_; |