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

Unified Diff: Source/WebCore/platform/graphics/filters/FilterOperation.h

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (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/platform/graphics/filters/FilterOperation.h
diff --git a/Source/WebCore/platform/graphics/filters/FilterOperation.h b/Source/WebCore/platform/graphics/filters/FilterOperation.h
index fb9b67619892ad2d2f2ad03fc00716e62ed6cb44..2b04bca1a7fb7796739e55f9aad94dbfc0c060ca 100644
--- a/Source/WebCore/platform/graphics/filters/FilterOperation.h
+++ b/Source/WebCore/platform/graphics/filters/FilterOperation.h
@@ -37,10 +37,6 @@
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
-#if PLATFORM(BLACKBERRY)
-#include <wtf/ThreadSafeRefCounted.h>
-#endif
-
#if ENABLE(SVG)
#include "CachedSVGDocumentReference.h"
#endif
@@ -54,11 +50,7 @@ namespace WebCore {
// CSS Filters
-#if PLATFORM(BLACKBERRY)
-class FilterOperation : public ThreadSafeRefCounted<FilterOperation> {
-#else
class FilterOperation : public RefCounted<FilterOperation> {
-#endif
public:
enum OperationType {
REFERENCE, // url(#somefilter)

Powered by Google App Engine
This is Rietveld 408576698