Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h

Issue 2894093002: Don't access DisplayItemClient::VisualRect() for cached display items. (Closed)
Patch Set: - Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698