| 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 4eba2794081b96ef40c95a808a0fa96598a66f23..a34c870f36eaedf80f5064f2f37048f4a719d9c8 100644
|
| --- a/content/common/gpu/image_transport_surface.h
|
| +++ b/content/common/gpu/image_transport_surface.h
|
| @@ -205,6 +205,8 @@ class PassThroughImageTransportSurface
|
| // the browser.
|
| virtual void SendVSyncUpdateIfAvailable();
|
|
|
| + ImageTransportHelper* GetHelper() { return helper_.get(); }
|
| +
|
| private:
|
| scoped_ptr<ImageTransportHelper> helper_;
|
| gfx::Size new_size_;
|
|
|