summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_impl_perftest.cc
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2014-12-16 10:26:44 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-16 18:27:10 +0000
commita29f852a1c39869236f970b2f818944ab64fc8b7 (patch)
treef4c9e4a4224f25277c68c4872ad3b918899450ca /cc/layers/picture_layer_impl_perftest.cc
parentc0411a00aebc99400e293fd9beca14d1acb6d4af (diff)
downloadchromium_src-a29f852a1c39869236f970b2f818944ab64fc8b7.zip
chromium_src-a29f852a1c39869236f970b2f818944ab64fc8b7.tar.gz
chromium_src-a29f852a1c39869236f970b2f818944ab64fc8b7.tar.bz2
cc: Remove the PostCommitInitialization from PictureLayerImpl.
This code no longer does anything at all, except track a bool that says if we should do it. So let's remove it! BUG=387116 Review URL: https://codereview.chromium.org/807193002 Cr-Commit-Position: refs/heads/master@{#308614}
Diffstat (limited to 'cc/layers/picture_layer_impl_perftest.cc')
-rw-r--r--cc/layers/picture_layer_impl_perftest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/layers/picture_layer_impl_perftest.cc b/cc/layers/picture_layer_impl_perftest.cc
index 074467f..0614fa5 100644
--- a/cc/layers/picture_layer_impl_perftest.cc
+++ b/cc/layers/picture_layer_impl_perftest.cc
@@ -64,7 +64,6 @@ class PictureLayerImplPerfTest : public testing::Test {
pending_layer_ = static_cast<FakePictureLayerImpl*>(
host_impl_.pending_tree()->LayerById(7));
- pending_layer_->DoPostCommitInitializationIfNeeded();
}
void RunRasterQueueConstructAndIterateTest(const std::string& test_name,