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

Unified Diff: Source/core/loader/cache/CachedRawResource.h

Issue 16433002: Prepopulate the memoryCache with data:uri images. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update TestExpectations Created 7 years, 6 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: Source/core/loader/cache/CachedRawResource.h
diff --git a/Source/core/loader/cache/CachedRawResource.h b/Source/core/loader/cache/CachedRawResource.h
index 984367e0611f859ae839bb3f1b217069a2497499..14694a59ade0e72d44425bb1fbde5c379c5aec0a 100644
--- a/Source/core/loader/cache/CachedRawResource.h
+++ b/Source/core/loader/cache/CachedRawResource.h
@@ -32,7 +32,7 @@ class CachedRawResourceClient;
class CachedRawResource : public CachedResource {
public:
- CachedRawResource(ResourceRequest&, Type);
+ CachedRawResource(const ResourceRequest&, Type);
// FIXME: AssociatedURLLoader shouldn't be a DocumentThreadableLoader and therefore shouldn't
// use CachedRawResource. However, it is, and it needs to be able to defer loading.

Powered by Google App Engine
This is Rietveld 408576698