| 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 21f3d4c3ad7f26b166920094adb9c122c4729bef..985126b505660229f380f05a966650f365091d3d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -53,7 +53,7 @@
|
|
|
| // The visual rect of this DisplayItemClient, in the object space of the
|
| // object that owns the GraphicsLayer, i.e. offset by
|
| - // GraphicsLayer::OffsetFromLayoutObjectWithSubpixelAccumulation().
|
| + // offsetFromLayoutObjectWithSubpixelAccumulation().
|
| virtual LayoutRect VisualRect() const = 0;
|
|
|
| // This is declared here instead of in LayoutObject for verifying the
|
|
|