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

Unified Diff: cc/layers/render_surface_impl.cc

Issue 1556333003: Use the correct variable in the DCHECK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_impl.cc
diff --git a/cc/layers/render_surface_impl.cc b/cc/layers/render_surface_impl.cc
index d329667bab8895cd7cc5afbe34926f660cc55f03..600206faa081522f815ead7ae6d41d0e912123d6 100644
--- a/cc/layers/render_surface_impl.cc
+++ b/cc/layers/render_surface_impl.cc
@@ -243,7 +243,7 @@ void RenderSurfaceImpl::AppendQuads(RenderPass* render_pass,
content_rect_.height() / unclipped_mask_target_size.height());
}
- DCHECK(owning_layer_->draw_properties().target_space_transform.IsScale2d());
+ DCHECK(owning_layer_draw_transform.IsScale2d());
gfx::Vector2dF owning_layer_to_target_scale =
owning_layer_draw_transform.Scale2d();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698