summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 02:38:17 +0000
committerwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 02:38:17 +0000
commita823df873a3cbd4085ec4b6e425fd9fdbead80b1 (patch)
treebb35e1322127317c97d7b861b30f2bb33b4cf191 /cc/cc.gyp
parente3d92a7f03556e4f7675e7d6b266319f9ef68d3a (diff)
downloadchromium_src-a823df873a3cbd4085ec4b6e425fd9fdbead80b1.zip
chromium_src-a823df873a3cbd4085ec4b6e425fd9fdbead80b1.tar.gz
chromium_src-a823df873a3cbd4085ec4b6e425fd9fdbead80b1.tar.bz2
Refactor pinch-zoom viewport.
Refactors the class PinchZoomViewport to (1) move it out of layer_tree_host_impl.* and (2) convert it to Chromium style. BUG=none Review URL: https://chromiumcodereview.appspot.com/11829006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175996 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 5a12b11..fb6a3ef 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -154,6 +154,8 @@
'picture_pile.h',
'picture_pile_impl.cc',
'picture_pile_impl.h',
+ 'pinch_zoom_viewport.cc',
+ 'pinch_zoom_viewport.h',
'platform_color.h',
'prioritized_resource.cc',
'prioritized_resource.h',