diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-16 14:04:05 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-16 14:04:05 +0000 |
commit | 24ddde97581624777feebc9e95ae558282f95d4c (patch) | |
tree | f38d3bf0b93d5c7c070a4a788e153550f9491768 /bench | |
parent | ba6e954140e45e251d67934ed6ad752149fcf72f (diff) |
Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/)
11279 Sanitizing source files in Housekeeper-Nightly - https://code.google.com/p/skia/source/detail?r=11279
11257 Canary build fix - https://codereview.chromium.org/23532068
11251 More warnings as errors fixes - https://code.google.com/p/skia/source/detail?r=11251
11250 Warnings as errors fix - https://code.google.com/p/skia/source/detail?r=11250
11247 Initial error handling code - https://chromiumcodereview.appspot.com/23021015
git-svn-id: http://skia.googlecode.com/svn/trunk@11288 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'bench')
-rw-r--r-- | bench/AAClipBench.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/AAClipBench.cpp b/bench/AAClipBench.cpp index dfdae8e809..856411ddc9 100644 --- a/bench/AAClipBench.cpp +++ b/bench/AAClipBench.cpp @@ -255,3 +255,4 @@ DEF_BENCH( return SkNEW_ARGS(AAClipBench, (true, false)); ) DEF_BENCH( return SkNEW_ARGS(AAClipBench, (true, true)); ) DEF_BENCH( return SkNEW_ARGS(NestedAAClipBench, (false)); ) DEF_BENCH( return SkNEW_ARGS(NestedAAClipBench, (true)); ) + |