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

Unified Diff: cc/resources/display_list_recording_source.cc

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/resources/display_item_list.cc ('k') | cc/resources/drawing_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/display_list_recording_source.cc
diff --git a/cc/resources/display_list_recording_source.cc b/cc/resources/display_list_recording_source.cc
index ab4c64692cf42a4446dba4685649d0286d8fc36f..a3c3d477f222cb39a7bacad7f0b3c2b6b7d2a8e1 100644
--- a/cc/resources/display_list_recording_source.cc
+++ b/cc/resources/display_list_recording_source.cc
@@ -87,6 +87,7 @@ bool DisplayListRecordingSource::UpdateAndExpandInvalidation(
display_list_ = painter->PaintContentsToDisplayList(
recorded_viewport_, ContentLayerClient::GRAPHICS_CONTEXT_ENABLED);
}
+ display_list_->set_layer_rect(recorded_viewport_);
is_suitable_for_gpu_rasterization_ =
display_list_->IsSuitableForGpuRasterization();
« no previous file with comments | « cc/resources/display_item_list.cc ('k') | cc/resources/drawing_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698