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

Unified Diff: Source/core/css/WebKitCSSSVGDocumentValue.cpp

Issue 15556002: Refactoring: Generalize CachedSVGDocument for non-SVG use. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Resolved the conflict. Created 7 years, 7 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
« no previous file with comments | « Source/core/css/WebKitCSSSVGDocumentValue.h ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSSVGDocumentValue.cpp
diff --git a/Source/core/css/WebKitCSSSVGDocumentValue.cpp b/Source/core/css/WebKitCSSSVGDocumentValue.cpp
index d363e4dfa327db7c8f4680a6a3301b88cadca964..a7afd99d447b23a482f15b339dbfae273cd6db12 100644
--- a/Source/core/css/WebKitCSSSVGDocumentValue.cpp
+++ b/Source/core/css/WebKitCSSSVGDocumentValue.cpp
@@ -29,10 +29,10 @@
#include "core/css/CSSParser.h"
#include "core/dom/Document.h"
#include "core/dom/WebCoreMemoryInstrumentation.h"
+#include "core/loader/cache/CachedDocument.h"
#include "core/loader/cache/CachedResourceLoader.h"
#include "core/loader/cache/CachedResourceRequest.h"
#include "core/loader/cache/CachedResourceRequestInitiators.h"
-#include "core/loader/cache/CachedSVGDocument.h"
namespace WebCore {
@@ -47,7 +47,7 @@ WebKitCSSSVGDocumentValue::~WebKitCSSSVGDocumentValue()
{
}
-CachedSVGDocument* WebKitCSSSVGDocumentValue::load(CachedResourceLoader* loader)
+CachedDocument* WebKitCSSSVGDocumentValue::load(CachedResourceLoader* loader)
{
ASSERT(loader);
« no previous file with comments | « Source/core/css/WebKitCSSSVGDocumentValue.h ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698