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

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

Issue 2710113002: DO NOT SUBMIT really old prototype of sprite recognition for image replacement
Patch Set: Created 3 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/fetch/Resource.h
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
index f34672226467d25884d8dcd8d948fd09a3d2ccb5..7d6084cf14e8482cf76db25fd610698e16058007 100644
--- a/third_party/WebKit/Source/core/fetch/Resource.h
+++ b/third_party/WebKit/Source/core/fetch/Resource.h
@@ -312,8 +312,9 @@ protected:
const HeapHashCountedSet<WeakMember<ResourceClient>>& clients() const { return m_clients; }
DataBufferingPolicy dataBufferingPolicy() const { return m_options.dataBufferingPolicy; }
- void setCachePolicyBypassingCache();
- void setLoFiStateOff();
+ void setResourceRequest(const ResourceRequest&);
+
+ void clearError() { m_error = ResourceError(); }
SharedBuffer* data() const { return m_data.get(); }
void clearData() { m_data.clear(); }
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp ('k') | third_party/WebKit/Source/core/fetch/Resource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698