summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 03:00:11 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 03:00:11 +0000
commit84339434690074b89703225029ed5890a3715bbb (patch)
tree1c056eeef021d70b9bc231541a9986c86293672e /cc/cc.gyp
parent3b265315f3c7ca648828a1a1174f064d2d071423 (diff)
downloadchromium_src-84339434690074b89703225029ed5890a3715bbb.zip
chromium_src-84339434690074b89703225029ed5890a3715bbb.tar.gz
chromium_src-84339434690074b89703225029ed5890a3715bbb.tar.bz2
cc: Add picture pile base class
PicturePile and PicturePileImpl are too similar and share nearly the same data members, so merging this code will make it easier to change the underlying PicturePile storage. R=danakj@chromium.org BUG=167213 Review URL: https://chromiumcodereview.appspot.com/11971024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177325 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 46341bf..5c6388c 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -152,6 +152,8 @@
'picture_layer_tiling_set.h',
'picture_pile.cc',
'picture_pile.h',
+ 'picture_pile_base.cc',
+ 'picture_pile_base.h',
'picture_pile_impl.cc',
'picture_pile_impl.h',
'pinch_zoom_viewport.cc',