Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: ui/compositor/layer_unittest.cc

Issue 2102123002: Make Satisfy/Require callbacks pass Surface id and sequence by reference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_unittest.cc
diff --git a/ui/compositor/layer_unittest.cc b/ui/compositor/layer_unittest.cc
index 1c8d97976f1f5d58c60f5d222fdac0b02ec5b842..6aeaec317127af93b1b8b2cc638be8381541941b 100644
--- a/ui/compositor/layer_unittest.cc
+++ b/ui/compositor/layer_unittest.cc
@@ -1511,9 +1511,9 @@ TEST_F(LayerWithDelegateTest, SetBoundsWhenInvisible) {
namespace {
-void FakeSatisfyCallback(cc::SurfaceSequence) {}
+void FakeSatisfyCallback(const cc::SurfaceSequence&) {}
-void FakeRequireCallback(cc::SurfaceId, cc::SurfaceSequence) {}
+void FakeRequireCallback(const cc::SurfaceId&, const cc::SurfaceSequence&) {}
} // namespace
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698