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

Unified Diff: cc/debug/debug_rect_history.cc

Issue 12760011: cc: Chromify LayerTreeHostCommon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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 | « no previous file | cc/layers/contents_scaling_layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/debug_rect_history.cc
diff --git a/cc/debug/debug_rect_history.cc b/cc/debug/debug_rect_history.cc
index e7e781438209ca54ca081540858dfc92be188eed..6433d8bd628229832912de1c2d5b23be7f1bd384 100644
--- a/cc/debug/debug_rect_history.cc
+++ b/cc/debug/debug_rect_history.cc
@@ -87,7 +87,7 @@ void DebugRectHistory::SavePropertyChangedRects(
++layer_index) {
LayerImpl* layer = layer_list[layer_index];
- if (LayerTreeHostCommon::renderSurfaceContributesToTarget<LayerImpl>(
+ if (LayerTreeHostCommon::RenderSurfaceContributesToTarget<LayerImpl>(
layer, render_surface_layer->id()))
continue;
« no previous file with comments | « no previous file | cc/layers/contents_scaling_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698