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

Unified Diff: third_party/WebKit/Source/core/fetch/ImageResourceClient.h

Issue 1738623004: Rename enums/functions that collide in chromium style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-4
Patch Set: get-names-5 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/fetch/ImageResourceClient.h
diff --git a/third_party/WebKit/Source/core/fetch/ImageResourceClient.h b/third_party/WebKit/Source/core/fetch/ImageResourceClient.h
index 46e407cb5a023f80b4aaae1c5ae19b63f4689391..0c0e57c0360e8b8cecbe745c20036a3695e7c22e 100644
--- a/third_party/WebKit/Source/core/fetch/ImageResourceClient.h
+++ b/third_party/WebKit/Source/core/fetch/ImageResourceClient.h
@@ -36,7 +36,7 @@ class CORE_EXPORT ImageResourceClient : public ResourceClient {
public:
~ImageResourceClient() override {}
static ResourceClientType expectedType() { return ImageType; }
- ResourceClientType resourceClientType() const final { return expectedType(); }
+ ResourceClientType getResourceClientType() const final { return expectedType(); }
// Called whenever a frame of an image changes, either because we got more data from the network or
// because we are animating. If not null, the IntRect is the changed rect of the image.

Powered by Google App Engine
This is Rietveld 408576698