Skip to content

Commit

Permalink
cc: Remove cc::ContiguousContainer.
Browse files Browse the repository at this point in the history
Now that we have no DisplayItems and DisplayItemList is holding a
PaintOpBuffer, there are no consumers of cc::ContiguousContainer. The
PaintOpBuffer does a similar job for PaintOps. So we can remove this
class from the codebase.

R=weiliangc@chromium.org

Bug: 671433
Change-Id: Id11741b42bb0a75ab4a6c6db11779773741df2fd
Reviewed-on: https://chromium-review.googlesource.com/531669
Reviewed-by: Weiliang Chen <weiliangc@chromium.org>
Commit-Queue: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478784}
  • Loading branch information
danakj authored and Commit Bot committed Jun 12, 2017
1 parent 7978ea6 commit 06b8d29
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 523 deletions.
1 change: 0 additions & 1 deletion cc/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ cc_static_library("test_support") {

cc_test("cc_unittests") {
sources = [
"base/contiguous_container_unittest.cc",
"base/delayed_unique_notifier_unittest.cc",
"base/filter_operations_unittest.cc",
"base/float_quad_unittest.cc",
Expand Down
2 changes: 0 additions & 2 deletions cc/base/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ component("base") {
"base_export.h",
"completion_event.h",
"container_util.h",
"contiguous_container.cc",
"contiguous_container.h",
"delayed_unique_notifier.cc",
"delayed_unique_notifier.h",
"devtools_instrumentation.cc",
Expand Down
95 changes: 0 additions & 95 deletions cc/base/contiguous_container.cc

This file was deleted.

190 changes: 0 additions & 190 deletions cc/base/contiguous_container.h

This file was deleted.

Loading

0 comments on commit 06b8d29

Please sign in to comment.