| Index: third_party/WebKit/Source/web/PageOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/PageOverlay.h b/third_party/WebKit/Source/web/PageOverlay.h
|
| index 305fe2dfc3bdcd813f6707d5e87f849c726bd73c..efb6976aa2742b89bf7ab67e252d74087852676e 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlay.h
|
| +++ b/third_party/WebKit/Source/web/PageOverlay.h
|
| @@ -65,7 +65,7 @@ public:
|
| void update();
|
|
|
| GraphicsLayer* graphicsLayer() const { return m_layer.get(); }
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
| String debugName() const { return "PageOverlay"; }
|
|
|
| // GraphicsLayerClient implementation
|
|
|