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

Unified Diff: cc/scheduler/texture_uploader.h

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
« no previous file with comments | « cc/scheduler/scheduler_state_machine_unittest.cc ('k') | cc/scheduler/texture_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/texture_uploader.h
diff --git a/cc/scheduler/texture_uploader.h b/cc/scheduler/texture_uploader.h
index 46120c9166a8cd963637f1d96415789dec2a8f39..369348d4bc5e055823e1062d415585b65a9c5f67 100644
--- a/cc/scheduler/texture_uploader.h
+++ b/cc/scheduler/texture_uploader.h
@@ -41,7 +41,7 @@ class CC_EXPORT TextureUploader {
// Let content_rect be a rectangle, and let content_rect be a sub-rectangle of
// content_rect, expressed in the same coordinate system as content_rect. Let
// image be a buffer for content_rect. This function will copy the region
- // corresponding to sourceRect to destOffset in this sub-image.
+ // corresponding to source_rect to dest_offset in this sub-image.
void Upload(const uint8* image,
gfx::Rect content_rect,
gfx::Rect source_rect,
« no previous file with comments | « cc/scheduler/scheduler_state_machine_unittest.cc ('k') | cc/scheduler/texture_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698