summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--skia/config/SkUserConfig.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index e62f25f..9ea4359a 100644
--- a/DEPS
+++ b/DEPS
@@ -3,7 +3,7 @@ vars = {
"http://svn.webkit.org/repository/webkit/trunk",
"webkit_revision": "52254",
"ffmpeg_revision": "34297",
- "skia_revision": "451",
+ "skia_revision": "457",
"chromium_git": "http://src.chromium.org/git",
}
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 8696a6a..b83a3d6 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -189,9 +189,6 @@ typedef unsigned uint32_t;
// assertion.
#define SK_CRASH() SkDebugf_FileLine(__FILE__, __LINE__, true, "SK_CRASH")
-// Enable the use of the SkEdgeBuilder class.
-#define USE_NEW_BUILDER 1
-
// ===== End Chrome-specific definitions =====
#endif