| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| index 1ae212b83d575bde6babcfb5d3777a8020ca053a..784aa638560e0a48fbaf3b4cdf80129dc29ac672 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -28,7 +28,7 @@ public:
|
| virtual String debugName() const = 0;
|
|
|
| // The visual rect of this DisplayItemClient, in object space of the object that owns the GraphicsLayer, i.e.
|
| - // offset by offsetFromLayoutObjectPlusSubpixelAccumulation().
|
| + // offset by offsetFromLayoutObjectWithSubpixelAccumulation().
|
| virtual LayoutRect visualRect() const = 0;
|
|
|
| #if ENABLE(ASSERT)
|
|
|