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

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

Issue 2527353002: Phase II Step 3: Reload LoFi/placeholder images via new ImageResource
Patch Set: reloadLoFiImages test Created 4 years 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/MockResourceClient.h
diff --git a/third_party/WebKit/Source/core/fetch/MockResourceClient.h b/third_party/WebKit/Source/core/fetch/MockResourceClient.h
index f6d9c0a9b4b4a23ac612a617497f12ef8036c7d0..713e54fa08b49572612808465f9ab09fa85c2ea7 100644
--- a/third_party/WebKit/Source/core/fetch/MockResourceClient.h
+++ b/third_party/WebKit/Source/core/fetch/MockResourceClient.h
@@ -57,7 +57,7 @@ class MockResourceClient : public GarbageCollectedFinalized<MockResourceClient>,
virtual void removeAsClient();
virtual void dispose();
- DECLARE_TRACE();
+ DECLARE_VIRTUAL_TRACE();
protected:
Member<Resource> m_resource;

Powered by Google App Engine
This is Rietveld 408576698