summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_aggregator_test_helpers.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 05:26:30 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 05:26:30 +0000
commit0d8c7eaaceb70fdcae0468a7a124407802f24c1a (patch)
tree4fe85cd9748892e03b93cd8523fd0b2f37c4f34d /cc/surfaces/surface_aggregator_test_helpers.cc
parentb5e2ea10ea05b825dbcc2c6acdd778b07c826749 (diff)
downloadchromium_src-0d8c7eaaceb70fdcae0468a7a124407802f24c1a.zip
chromium_src-0d8c7eaaceb70fdcae0468a7a124407802f24c1a.tar.gz
chromium_src-0d8c7eaaceb70fdcae0468a7a124407802f24c1a.tar.bz2
cc: Rename QuadSink::Append to MaybeAppend.
This touches a lot of files, so keep it mindless. Then we can add another append that does not do culling, and move callsites over one at a time. R=enne BUG=344962 Review URL: https://codereview.chromium.org/196533010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/surfaces/surface_aggregator_test_helpers.cc')
-rw-r--r--cc/surfaces/surface_aggregator_test_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/surfaces/surface_aggregator_test_helpers.cc b/cc/surfaces/surface_aggregator_test_helpers.cc
index 2ac3289..cc14dde 100644
--- a/cc/surfaces/surface_aggregator_test_helpers.cc
+++ b/cc/surfaces/surface_aggregator_test_helpers.cc
@@ -76,7 +76,7 @@ void AddTestRenderPassQuad(TestRenderPass* pass,
gfx::RectF(),
FilterOperations(),
FilterOperations());
- quad_sink.Append(quad.PassAs<DrawQuad>());
+ quad_sink.MaybeAppend(quad.PassAs<DrawQuad>());
}
void AddQuadInPass(TestRenderPass* pass, Quad desc) {