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

Unified Diff: Source/WebCore/loader/cache/CachedXSLStyleSheet.h

Issue 14210003: Simplify CachedResource::data (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 7 years, 8 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/WebCore/loader/cache/CachedXSLStyleSheet.h
===================================================================
--- Source/WebCore/loader/cache/CachedXSLStyleSheet.h (revision 148397)
+++ Source/WebCore/loader/cache/CachedXSLStyleSheet.h (working copy)
@@ -44,7 +44,6 @@
virtual void setEncoding(const String&);
virtual String encoding() const;
- virtual void data(PassRefPtr<ResourceBuffer> data, bool allDataReceived);
virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
« no previous file with comments | « Source/WebCore/loader/cache/CachedTextTrack.cpp ('k') | Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698