| Index: cc/texture_uploader_unittest.cc
|
| diff --git a/cc/texture_uploader_unittest.cc b/cc/texture_uploader_unittest.cc
|
| index 2da921eccba8bf40e8dbe6c240e37f2a67b87ec2..783ea86c95c7474afddde1115fb6955920b9f92c 100644
|
| --- a/cc/texture_uploader_unittest.cc
|
| +++ b/cc/texture_uploader_unittest.cc
|
| @@ -44,11 +44,11 @@ private:
|
|
|
| void uploadTexture(TextureUploader* uploader)
|
| {
|
| - IntSize size(256, 256);
|
| + gfx::Size size(256, 256);
|
| uploader->upload(NULL,
|
| - IntRect(IntPoint(0, 0), size),
|
| - IntRect(IntPoint(0, 0), size),
|
| - IntSize(),
|
| + gfx::Rect(gfx::Point(0, 0), size),
|
| + gfx::Rect(gfx::Point(0, 0), size),
|
| + gfx::Vector2d(),
|
| GL_RGBA,
|
| size);
|
| }
|
|
|