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 35627b7f7f9c2bfbb2fc8fd75479827eb7ba3033..c31d245086bd0d590cfb9cb986aaccfc41aff640 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::Replay(GraphicsContext&) const { |
} |
void ForeignLayerDisplayItem::AppendToWebDisplayItemList( |
- const IntRect&, |
+ const LayoutSize&, |
WebDisplayItemList*) const { |
NOTREACHED(); |
} |