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

Unified Diff: third_party/WebKit/Source/core/html/HTMLLinkElement.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/HTMLLinkElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
index d42bf5045ff1e1c8e4534c5b957d73c914769720..cb89768adfa0613340d1067007eca892f9886b1a 100644
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
@@ -65,7 +65,7 @@ public:
explicit LinkStyle(HTMLLinkElement* owner);
~LinkStyle() override;
- Type type() const override { return Style; }
+ LinkResourceType type() const override { return Style; }
void process() override;
void ownerRemoved() override;
bool hasLoaded() const override { return m_loadedSheet; }
@@ -146,7 +146,7 @@ public:
const AtomicString& type() const;
- IconType iconType() const;
+ IconType getIconType() const;
// the icon sizes as parsed from the HTML attribute
const Vector<IntSize>& iconSizes() const;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLDialogElement.h ('k') | third_party/WebKit/Source/core/html/HTMLLinkElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698