Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / filters / FilterOperation.h
index c563077..4b87be4 100644 (file)
@@ -54,8 +54,6 @@ public:
         CONTRAST,
         BLUR,
         DROP_SHADOW,
-        CUSTOM,
-        VALIDATED_CUSTOM,
         NONE
     };
 
@@ -72,8 +70,6 @@ public:
         case CONTRAST:
         case BLUR:
         case DROP_SHADOW:
-        case CUSTOM:
-        case VALIDATED_CUSTOM:
             return true;
         case REFERENCE:
             return false;