Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / blink / web_layer_impl_fixed_bounds.cc
index 5ffb660..e7ecb34 100644 (file)
@@ -23,7 +23,7 @@ WebLayerImplFixedBounds::WebLayerImplFixedBounds(scoped_refptr<Layer> layer)
 WebLayerImplFixedBounds::~WebLayerImplFixedBounds() {
 }
 
-void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
+void WebLayerImplFixedBounds::invalidateRect(const blink::WebRect& rect) {
   // Partial invalidations seldom occur for such layers.
   // Simply invalidate the whole layer to avoid transformation of coordinates.
   invalidate();