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

Unified Diff: cc/layer_tree_host_impl.cc

Issue 12522005: cc: Chromify DebugRectHistory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments 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 | « cc/heads_up_display_layer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_impl.cc
diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
index 3c13252533264361d6f3f2234f17bf91f0a72c40..7c42e04cd510eeff164871359a0d7849f51a1233 100644
--- a/cc/layer_tree_host_impl.cc
+++ b/cc/layer_tree_host_impl.cc
@@ -165,7 +165,7 @@ LayerTreeHostImpl::LayerTreeHostImpl(const LayerTreeSettings& settings,
fps_counter_(FrameRateCounter::create(proxy_->HasImplThread())),
paint_time_counter_(PaintTimeCounter::create()),
memory_history_(MemoryHistory::Create()),
- debug_rect_history_(DebugRectHistory::create()),
+ debug_rect_history_(DebugRectHistory::Create()),
num_impl_thread_scrolls_(0),
num_main_thread_scrolls_(0),
cumulative_num_layers_drawn_(0),
@@ -946,7 +946,7 @@ void LayerTreeHostImpl::DrawLayers(FrameData* frame) {
}
if (debug_state_.showHudRects()) {
- debug_rect_history_->saveDebugRectsForCurrentFrame(
+ debug_rect_history_->SaveDebugRectsForCurrentFrame(
active_tree_->root_layer(),
*frame->render_surface_layer_list,
frame->occluding_screen_space_rects,
« no previous file with comments | « cc/heads_up_display_layer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698