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

Unified Diff: cc/layers/io_surface_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/io_surface_layer_impl.cc
diff --git a/cc/layers/io_surface_layer_impl.cc b/cc/layers/io_surface_layer_impl.cc
index 3bfc1dea156280cbd43b6d2f015d329f9ed20b5d..d6a4ba37bf2058e8060ac8c32303a6277103b427 100644
--- a/cc/layers/io_surface_layer_impl.cc
+++ b/cc/layers/io_surface_layer_impl.cc
@@ -83,7 +83,7 @@ void IOSurfaceLayerImpl::WillDraw(ResourceProvider* resource_provider) {
io_surface_size_.height(),
io_surface_id_,
0);
- // Do not check for error conditions. texImageIOSurface2DCHROMIUM is
+ // Do not check for error conditions. texImageIOSurface2DCHROMIUM() is
// supposed to hold on to the last good IOSurface if the new one is already
// closed. This is only a possibility during live resizing of plugins.
// However, it seems that this is not sufficient to completely guard against

Powered by Google App Engine
This is Rietveld 408576698