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 a08876bf91cd141e739c53f344ab457d3f6ccdcb..5a47632e84757b9515c1abba250ba22caf2a80cd 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp |
@@ -66,7 +66,7 @@ void recordForeignLayer(GraphicsContext& context, |
const DisplayItemClient& client, DisplayItem::Type type, |
WebLayer* webLayer, const FloatPoint& location, const IntSize& bounds) |
{ |
- PaintController& paintController = context.paintController(); |
+ PaintController& paintController = context.getPaintController(); |
if (paintController.displayItemConstructionIsDisabled()) |
return; |