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

Unified Diff: cc/layers/empty_content_layer_client.cc

Issue 1835843002: WIP: Fix foreignObject cullrect Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « cc/debug/rasterize_and_record_benchmark.cc ('k') | cc/layers/picture_image_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/empty_content_layer_client.cc
diff --git a/cc/layers/empty_content_layer_client.cc b/cc/layers/empty_content_layer_client.cc
index 1eac1a18d28fa861496c39ef62084da5d3b41195..982e8f0c6e2c24f4984560e600d7d6eec2547ea8 100644
--- a/cc/layers/empty_content_layer_client.cc
+++ b/cc/layers/empty_content_layer_client.cc
@@ -31,7 +31,7 @@ gfx::Rect EmptyContentLayerClient::PaintableRegion() {
scoped_refptr<DisplayItemList>
EmptyContentLayerClient::PaintContentsToDisplayList(
PaintingControlSetting painting_status) {
- return DisplayItemList::Create(gfx::Rect(), DisplayItemListSettings());
+ return DisplayItemList::Create(DisplayItemListSettings());
}
bool EmptyContentLayerClient::FillsBoundsCompletely() const {
« no previous file with comments | « cc/debug/rasterize_and_record_benchmark.cc ('k') | cc/layers/picture_image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698