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

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: Rebase and reflect comment Created 4 years, 9 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 dbb0c436be3055bb7023de9f8d9d09eecabf9926..d32a21f29825b7cc45d39f0b792cbdbeaa9a56b6 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;
esprehn 2016/03/22 23:31:49 what's the argument? bool should have a name.
hiroshige 2016/03/24 17:26:44 Removed the parameter.
String debugName() const override { return "CrossfadeSubimageObserverProxy"; }
void setReady(bool ready) { m_ready = ready; }
private:

Powered by Google App Engine
This is Rietveld 408576698