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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.h

Issue 2640713002: Standardize ECursor enum value names (Closed)
Patch Set: Rebase Created 3 years, 11 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: third_party/WebKit/Source/core/style/ComputedStyle.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
index 91f465b099abfedcc5b6397db18fa88933e798ed..af9d8a6c7f4af92f067bbf20a55725bdee28cd28 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
@@ -1993,7 +1993,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
void setVerticalBorderSpacing(short);
// cursor
- static ECursor initialCursor() { return ECursor::Auto; }
+ static ECursor initialCursor() { return ECursor::kAuto; }
ECursor cursor() const {
return static_cast<ECursor>(m_inheritedData.m_cursorStyle);
}
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698