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

Unified Diff: cc/trees/property_tree_builder.cc

Issue 2877233002: Remove the i from visib[i]le. (Closed)
Patch Set: merge with tot Created 3 years, 7 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/property_tree_builder.cc
diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
index 696e5c48b0589f3ccfbb117cdda910b660e1b029..7853b0112b26755ef0fb16dbc1063d07a975f78c 100644
--- a/cc/trees/property_tree_builder.cc
+++ b/cc/trees/property_tree_builder.cc
@@ -1100,7 +1100,7 @@ void SetBackfaceVisibilityTransform(LayerType* layer,
(Is3dSorted(layer) && is_at_boundary_of_3d_rendering_context);
layer->SetUseLocalTransformForBackfaceVisibility(use_local_transform);
- // A double-sided layer's backface can been shown when its visibile.
+ // A double-sided layer's backface can been shown when its visible.
if (DoubleSided(layer))
layer->SetShouldCheckBackfaceVisibility(false);
// The backface of a layer that uses local transform for backface visibility
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager.h ('k') | chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698