Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8608 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
44f00b1429
commit
391ca66276
@ -87,4 +87,3 @@ finish:
|
||||
#include "TestClassDef.h"
|
||||
DEFINE_TESTCLASS("PathOpsRectsThreaded", OpRectsThreadedTestClass, \
|
||||
TestPathOpsRectsThreaded)
|
||||
|
||||
|
@ -25,5 +25,3 @@ void PathOpsThreadedTestRunner::render() {
|
||||
gDebugMaxWindValue = SK_MaxS32;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
@ -33,10 +33,10 @@ static SkSurface* new_surface(int w, int h) {
|
||||
|
||||
static void test_bad_cubic_crbug229478() {
|
||||
const SkPoint pts[] = {
|
||||
{ 4595.91064f, -11596.9873f },
|
||||
{ 4597.2168f, -11595.9414f },
|
||||
{ 4598.52344f, -11594.8955f },
|
||||
{ 4599.83008f, -11593.8496f },
|
||||
{ 4595.91064f, -11596.9873f },
|
||||
{ 4597.2168f, -11595.9414f },
|
||||
{ 4598.52344f, -11594.8955f },
|
||||
{ 4599.83008f, -11593.8496f },
|
||||
};
|
||||
|
||||
SkPath path;
|
||||
|
Loading…
Reference in New Issue
Block a user