summaryrefslogtreecommitdiffstats
path: root/cc/blink/web_layer_impl_fixed_bounds.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/blink/web_layer_impl_fixed_bounds.cc')
-rw-r--r--cc/blink/web_layer_impl_fixed_bounds.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/cc/blink/web_layer_impl_fixed_bounds.cc b/cc/blink/web_layer_impl_fixed_bounds.cc
index e9e11c1..e7ecb34 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.