Index: third_party/WebKit/Source/core/style/CachedUAStyle.h |
diff --git a/third_party/WebKit/Source/core/style/CachedUAStyle.h b/third_party/WebKit/Source/core/style/CachedUAStyle.h |
index 905cbc1f37469fdb9c39dad037513aed2f31c6e2..8c0c05c2e82f7d1a4729175de8d549ffed784f89 100644 |
--- a/third_party/WebKit/Source/core/style/CachedUAStyle.h |
+++ b/third_party/WebKit/Source/core/style/CachedUAStyle.h |
@@ -31,10 +31,10 @@ |
namespace blink { |
-// LayoutTheme::adjustStyle wants the background and borders |
+// LayoutTheme::AdjustStyle wants the background and borders |
// as specified by the UA sheets, excluding any author rules. |
// We use this class to cache those values during |
-// applyMatchedProperties for later use during adjustComputedStyle. |
+// ApplyMatchedProperties for later use during AdjustComputedStyle. |
class CachedUAStyle { |
USING_FAST_MALLOC(CachedUAStyle); |
WTF_MAKE_NONCOPYABLE(CachedUAStyle); |