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

Unified Diff: cc/trees/layer_tree_host.cc

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: cc/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index ea17e79da787bd1c7ad8c4e38597270bd2d1af1e..a64f47bf9d32f408128b21e0144a6335dff69198 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -691,7 +691,7 @@ void LayerTreeHost::UpdateLayers(Layer* root_layer,
UpdateHudLayer();
- TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::calcDrawProps");
+ TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::CalcDrawProps");
LayerTreeHostCommon::CalculateDrawProperties(
root_layer,
device_viewport_size(),

Powered by Google App Engine
This is Rietveld 408576698