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

Unified Diff: cc/layers/heads_up_display_layer_impl.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/layers/heads_up_display_layer_impl.cc
diff --git a/cc/layers/heads_up_display_layer_impl.cc b/cc/layers/heads_up_display_layer_impl.cc
index 566c899260b4f387d0a834a8e726420729208450..929ff58d22fadfc4795b4f1c5cdfeb99f1735dee 100644
--- a/cc/layers/heads_up_display_layer_impl.cc
+++ b/cc/layers/heads_up_display_layer_impl.cc
@@ -85,7 +85,7 @@ void HeadsUpDisplayLayerImpl::WillDraw(ResourceProvider* resource_provider) {
if (!hud_texture_)
hud_texture_ = ScopedResource::create(resource_provider);
- // TODO(danakj): Scale the HUD by deviceScale to make it more friendly under
+ // TODO(danakj): Scale the HUD by device scale to make it more friendly under
// high DPI.
// TODO(danakj): The HUD could swap between two textures instead of creating a

Powered by Google App Engine
This is Rietveld 408576698