aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-31 15:24:24 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-31 15:24:24 +0000
commit633c32b13b5d199d797be669d3dc7981d603a945 (patch)
treea2479b7d6d2500816c143aa14ff71d69aa21165d /gyp
parenta3c134897602f878da9dd858109498392a5daae9 (diff)
optimize region::intersect when one wholly contains the other
clone of https://codereview.appspot.com/7237055/ git-svn-id: http://skia.googlecode.com/svn/trunk@7491 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/bench.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 27e307cfa1..cf5c02e6ac 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -36,6 +36,7 @@
'../bench/RectBench.cpp',
'../bench/RefCntBench.cpp',
'../bench/RegionBench.cpp',
+ '../bench/RegionContainBench.cpp',
'../bench/RepeatTileBench.cpp',
'../bench/RTreeBench.cpp',
'../bench/ScalarBench.cpp',