| Index: third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp
|
| index c31d245086bd0d590cfb9cb986aaccfc41aff640..35627b7f7f9c2bfbb2fc8fd75479827eb7ba3033 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp
|
| @@ -35,7 +35,7 @@
|
| }
|
|
|
| void ForeignLayerDisplayItem::AppendToWebDisplayItemList(
|
| - const LayoutSize&,
|
| + const IntRect&,
|
| WebDisplayItemList*) const {
|
| NOTREACHED();
|
| }
|
|
|