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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp

Issue 2150993003: Fix typo: scolling -> scrolling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « third_party/WebKit/LayoutTests/compositing/overflow/handle-non-ancestor-clip-parent.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
index 679e21dfff3b6591dd41138438fad485fab5ef58..3524c407cc5d0f1c0cea4431f1d55cd22878357e 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
@@ -137,7 +137,7 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
"Secondary layer, to house contents that can be scrolled" },
{ CompositingReasonLayerForScrollingContainer,
"layerForScrollingContainer",
- "Secondary layer, used to position the scolling contents while scrolling" },
+ "Secondary layer, used to position the scrolling contents while scrolling" },
{ CompositingReasonLayerForSquashingContents,
"layerForSquashingContents",
"Secondary layer, home for a group of squashable content" },
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/overflow/handle-non-ancestor-clip-parent.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698