diff options
author | kaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 06:48:37 +0000 |
---|---|---|
committer | kaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 06:48:37 +0000 |
commit | 6123930c019a4ab58c419b48aa3ec00491285e64 (patch) | |
tree | 5179a9aee56645cd6f854afb5111974f1713e22b /cc/test/fake_picture_layer_tiling_client.cc | |
parent | 90416efc49a4abc14dd15b7dcca66157be3fb822 (diff) | |
download | chromium_src-6123930c019a4ab58c419b48aa3ec00491285e64.zip chromium_src-6123930c019a4ab58c419b48aa3ec00491285e64.tar.gz chromium_src-6123930c019a4ab58c419b48aa3ec00491285e64.tar.bz2 |
cc: Changes to use GL API for GpuMemoryBuffers
Corresponding gpu changes are here:
https://codereview.chromium.org/14456004/
BUG=175012
Review URL: https://chromiumcodereview.appspot.com/14409006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_picture_layer_tiling_client.cc')
-rw-r--r-- | cc/test/fake_picture_layer_tiling_client.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/test/fake_picture_layer_tiling_client.cc b/cc/test/fake_picture_layer_tiling_client.cc index 3a838dd..ebd530a7 100644 --- a/cc/test/fake_picture_layer_tiling_client.cc +++ b/cc/test/fake_picture_layer_tiling_client.cc @@ -27,7 +27,8 @@ FakePictureLayerTilingClient::FakePictureLayerTilingClient() NULL, 1, false, - &stats_instrumentation_)), + &stats_instrumentation_, + false)), pile_(new FakeInfinitePicturePileImpl()), twin_tiling_(NULL), allow_create_tile_(true) {} |