X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fgraphics%2Ffilters%2FFilterOperation.h;h=4b87be4bf307724cf921f42c1b9e206100d54e4a;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=c5630777e310dd481a3a86d619e2ee96ce2daaa0;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/graphics/filters/FilterOperation.h b/src/third_party/WebKit/Source/platform/graphics/filters/FilterOperation.h index c563077..4b87be4 100644 --- a/src/third_party/WebKit/Source/platform/graphics/filters/FilterOperation.h +++ b/src/third_party/WebKit/Source/platform/graphics/filters/FilterOperation.h @@ -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;