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

Unified Diff: third_party/WebKit/Source/core/html/HTMLDialogElement.h

Issue 1740483004: Rename enums/functions that collide in chromium style in core/html/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-5
Patch Set: get-names-6: . Created 4 years, 10 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/html/HTMLDialogElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLDialogElement.h b/third_party/WebKit/Source/core/html/HTMLDialogElement.h
index 4a20fcc90dd6a9c5e3644f7a72348fd2f2328935..18baedf40cfd26a37945eb53825432bb84e8d4c8 100644
--- a/third_party/WebKit/Source/core/html/HTMLDialogElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.h
@@ -49,7 +49,7 @@ public:
// been centered and centeredPosition() is set. NeedsCentering means attempt
// to center on the next layout, then set to Centered or NotCentered.
enum CenteringMode { NotCentered, Centered, NeedsCentering };
- CenteringMode centeringMode() const { return m_centeringMode; }
+ CenteringMode getCenteringMode() const { return m_centeringMode; }
LayoutUnit centeredPosition() const
{
ASSERT(m_centeringMode == Centered);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/html/HTMLLinkElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698