| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 48725ea306936029d73ce2b3954c83d75b259ced..ee7065a2a5d9a78107392ebcd559545007f2c53d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -263,7 +263,7 @@ public:
|
| ContentLayerDelegate* contentLayerDelegateForTesting() const { return m_contentLayerDelegate.get(); }
|
|
|
| #ifndef NDEBUG
|
| - DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
|
| + DisplayItemClient displayItemClient() const { return DisplayItemClient(this); }
|
| String debugName() const { return m_client->debugName(this) + " debug red fill"; }
|
| #endif
|
|
|
|
|