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

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

Issue 1728313003: Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit refine. 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/css/CSSCrossfadeValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
index 754587698f9edc02ca2f5f8f471cce1d079767fd..25105cf0d3cb1a2095070b179aed5ad7457c2f8a 100644
--- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
@@ -87,7 +87,7 @@ private:
visitor->trace(m_ownerValue);
}
- void imageChanged(ImageResource*, const IntRect* = nullptr) override;
+ void imageChanged(bool, ImageResource*, const IntRect* = nullptr) override;
String debugName() const override { return "CrossfadeSubimageObserverProxy"; }
void setReady(bool ready) { m_ready = ready; }
private:

Powered by Google App Engine
This is Rietveld 408576698