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

Unified Diff: third_party/WebKit/Source/core/css/CSSCrossfadeValue.h

Issue 1413233005: tracing: Report ResourceClients and the reason for not deletable for web-caches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reflected haraken's comments. Created 5 years, 1 month 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/css/CSSCrossfadeValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
index f68f7a7213c6e90986f1d5661392e86302e4911c..719803907cf591a63eedc74c253e200a567dba65 100644
--- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
@@ -97,6 +97,7 @@ private:
}
void imageChanged(ImageResource*, const IntRect* = nullptr) override;
+ String debugName() const override { return "CrossfadeSubimageObserverProxy"; }
void setReady(bool ready) { m_ready = ready; }
private:
RawPtrWillBeMember<CSSCrossfadeValue> m_ownerValue;

Powered by Google App Engine
This is Rietveld 408576698