Index: cc/blink/web_layer_impl_fixed_bounds.cc |
diff --git a/cc/blink/web_layer_impl_fixed_bounds.cc b/cc/blink/web_layer_impl_fixed_bounds.cc |
index e9e11c142c4d0560457cabc8c066a39f6a696aef..e7ecb34907329a87ca901cd2a2e74722f7189843 100644 |
--- a/cc/blink/web_layer_impl_fixed_bounds.cc |
+++ b/cc/blink/web_layer_impl_fixed_bounds.cc |
@@ -23,12 +23,6 @@ WebLayerImplFixedBounds::WebLayerImplFixedBounds(scoped_refptr<Layer> layer) |
WebLayerImplFixedBounds::~WebLayerImplFixedBounds() { |
} |
-void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) { |
- // Partial invalidations seldom occur for such layers. |
- // Simply invalidate the whole layer to avoid transformation of coordinates. |
- invalidate(); |
-} |
- |
void WebLayerImplFixedBounds::invalidateRect(const blink::WebRect& rect) { |
// Partial invalidations seldom occur for such layers. |
// Simply invalidate the whole layer to avoid transformation of coordinates. |