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 985126b505660229f380f05a966650f365091d3d..21f3d4c3ad7f26b166920094adb9c122c4729bef 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 @@ class PLATFORM_EXPORT DisplayItemClient { |
// The visual rect of this DisplayItemClient, in the object space of the |
// object that owns the GraphicsLayer, i.e. offset by |
- // offsetFromLayoutObjectWithSubpixelAccumulation(). |
+ // GraphicsLayer::OffsetFromLayoutObjectWithSubpixelAccumulation(). |
virtual LayoutRect VisualRect() const = 0; |
// This is declared here instead of in LayoutObject for verifying the |