| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 3e347d79e219201e6a777adc372b9aa416cf762b..c31ec8c73f8ea5b9a529943403278fda4249bd58 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -229,7 +229,11 @@ class COMPOSITOR_EXPORT Layer :
|
| // WebContentLayerClient
|
| virtual void paintContents(WebKit::WebCanvas*,
|
| const WebKit::WebRect& clip,
|
| +#if defined(WEBCONTENTLAYERCLIENT_FLOAT_OPAQUE_RECT)
|
| + WebKit::WebFloatRect& opaque);
|
| +#else
|
| WebKit::WebRect& opaque);
|
| +#endif
|
|
|
| WebKit::WebLayer web_layer() { return web_layer_; }
|
|
|
|
|