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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.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/DrawingDisplayItem.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
index c5d897477880c790e8301cb342c2dd3e70a33658..3f97f6bf62406a5d51ed6d3a3560d6d9263b98c8 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
@@ -42,7 +42,7 @@ class PLATFORM_EXPORT DrawingDisplayItem final : public DisplayItem {
}
void Replay(GraphicsContext&) const override;
- void AppendToWebDisplayItemList(const IntRect& visual_rect,
+ void AppendToWebDisplayItemList(const LayoutSize&,
WebDisplayItemList*) const override;
bool DrawsContent() const override;

Powered by Google App Engine
This is Rietveld 408576698