| Index: Source/core/rendering/RenderLayerBacking.cpp
|
| diff --git a/Source/core/rendering/RenderLayerBacking.cpp b/Source/core/rendering/RenderLayerBacking.cpp
|
| index c01986ab1cfa2a1eda8aba7ab1b06ac677d6f99c..d796473f74fd7b4b1ea2ae693afb8aeb68080b10 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.cpp
|
| +++ b/Source/core/rendering/RenderLayerBacking.cpp
|
| @@ -127,7 +127,7 @@ PassOwnPtr<GraphicsLayer> RenderLayerBacking::createGraphicsLayer(const String&
|
| {
|
| GraphicsLayerFactory* graphicsLayerFactory = 0;
|
| if (Page* page = renderer()->frame()->page())
|
| - graphicsLayerFactory = page->chrome()->client()->graphicsLayerFactory();
|
| + graphicsLayerFactory = page->chrome().client()->graphicsLayerFactory();
|
|
|
| OwnPtr<GraphicsLayer> graphicsLayer = GraphicsLayer::create(graphicsLayerFactory, this);
|
|
|
|
|