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

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

Issue 2899793002: Revert of 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/FloatClipDisplayItem.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h
index 1e2ca3a9972c8018d291d1ab417a85d52105c2a9..1e74acf323561d62112c97dbc77b17190ac80a3d 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h
@@ -23,7 +23,7 @@
}
void Replay(GraphicsContext&) const override;
- void AppendToWebDisplayItemList(const LayoutSize&,
+ void AppendToWebDisplayItemList(const IntRect&,
WebDisplayItemList*) const override;
private:
@@ -48,7 +48,7 @@
}
void Replay(GraphicsContext&) const override;
- void AppendToWebDisplayItemList(const LayoutSize&,
+ void AppendToWebDisplayItemList(const IntRect&,
WebDisplayItemList*) const override;
private:

Powered by Google App Engine
This is Rietveld 408576698