Index: cc/layers/texture_layer.cc |
diff --git a/cc/layers/texture_layer.cc b/cc/layers/texture_layer.cc |
index eee4ea635ab6d6a88a6831e4fcf68ad58acffed2..122aa3b7352ba0c288dd7a97fda885475f23fa3a 100644 |
--- a/cc/layers/texture_layer.cc |
+++ b/cc/layers/texture_layer.cc |
@@ -173,7 +173,7 @@ void TextureLayer::SetTextureMailboxWithoutReleaseCallback( |
mailbox, release.Pass(), requires_commit, allow_mailbox_reuse); |
} |
-void TextureLayer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { |
+void TextureLayer::SetNeedsDisplayRect(const gfx::Rect& dirty_rect) { |
Layer::SetNeedsDisplayRect(dirty_rect); |
if (rate_limit_context_ && client_ && layer_tree_host() && DrawsContent()) |