diff options
Diffstat (limited to 'cc/texture_layer_unittest.cc')
-rw-r--r-- | cc/texture_layer_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/texture_layer_unittest.cc b/cc/texture_layer_unittest.cc index 67ba102..184f0a8 100644 --- a/cc/texture_layer_unittest.cc +++ b/cc/texture_layer_unittest.cc @@ -92,7 +92,7 @@ TEST_F(TextureLayerTest, syncImplWhenChangingTextureId) TEST_F(TextureLayerTest, syncImplWhenDrawing) { - FloatRect dirtyRect(0, 0, 1, 1); + gfx::RectF dirtyRect(0, 0, 1, 1); scoped_refptr<TextureLayer> testLayer = TextureLayer::create(0); ASSERT_TRUE(testLayer); |