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

Unified Diff: Source/core/css/resolver/StyleResolverState.h

Issue 15797004: Cleanup WebKit prefixed names for classes in css directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/css/resolver/StyleResolverState.h
diff --git a/Source/core/css/resolver/StyleResolverState.h b/Source/core/css/resolver/StyleResolverState.h
index 3920e2a72fc45e7e472d0ea92fb52ff3247b9ae6..6c3b2fb8edeeea4ec6eccf75f70d242d66887cec 100644
--- a/Source/core/css/resolver/StyleResolverState.h
+++ b/Source/core/css/resolver/StyleResolverState.h
@@ -24,8 +24,8 @@
#include "CSSPropertyNames.h"
+#include "core/css/CSSSVGDocumentValue.h"
#include "core/css/CSSValueList.h"
-#include "core/css/WebKitCSSSVGDocumentValue.h"
#include "core/dom/Element.h"
#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/filters/FilterOperations.h"
@@ -43,7 +43,7 @@ class RenderRegion;
class StyledElement;
typedef HashMap<CSSPropertyID, RefPtr<CSSValue> > PendingImagePropertyMap;
-typedef HashMap<FilterOperation*, RefPtr<WebKitCSSSVGDocumentValue> > PendingSVGDocumentMap;
+typedef HashMap<FilterOperation*, RefPtr<CSSSVGDocumentValue> > PendingSVGDocumentMap;
class StyleResolverState {
WTF_MAKE_NONCOPYABLE(StyleResolverState);

Powered by Google App Engine
This is Rietveld 408576698