Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / include / utils / SkInterpolator.h
index 74789c8..18203d0 100644 (file)
@@ -113,7 +113,6 @@ public:
     */
     Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;
 
-    SkDEBUGCODE(static void UnitTest();)
 private:
     SkScalar* fValues;  // pointer into fStorage
 #ifdef SK_DEBUG