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

Unified Diff: cc/resources/content_layer_updater.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/resources/content_layer_updater.cc
diff --git a/cc/resources/content_layer_updater.cc b/cc/resources/content_layer_updater.cc
index b4eb1d275e4b04a30d3cd5e00f651fc0f9ac7491..1ebe4597ef672a012e7f5cdca0a1d2f115bc9d9a 100644
--- a/cc/resources/content_layer_updater.cc
+++ b/cc/resources/content_layer_updater.cc
@@ -28,7 +28,7 @@ void ContentLayerUpdater::PaintContents(SkCanvas* canvas,
float contents_height_scale,
gfx::Rect* resulting_opaque_rect,
RenderingStats* stats) {
- TRACE_EVENT0("cc", "ContentLayerUpdater::paintContents");
+ TRACE_EVENT0("cc", "ContentLayerUpdater::PaintContents");
canvas->save();
canvas->translate(SkFloatToScalar(-content_rect.x()),
SkFloatToScalar(-content_rect.y()));

Powered by Google App Engine
This is Rietveld 408576698