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

Unified Diff: cc/scheduler/commit_earlyout_reason_unittest.cc

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan Created 4 years, 3 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 | « cc/scheduler/commit_earlyout_reason.cc ('k') | cc/scheduler/compositor_timing_history.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/commit_earlyout_reason_unittest.cc
diff --git a/cc/scheduler/commit_earlyout_reason_unittest.cc b/cc/scheduler/commit_earlyout_reason_unittest.cc
index 44d04dc8842ebdead9fee045a9ca2fa99ce60825..1972a3bbebbb826a1c32fbf30619c0c78e1b6172 100644
--- a/cc/scheduler/commit_earlyout_reason_unittest.cc
+++ b/cc/scheduler/commit_earlyout_reason_unittest.cc
@@ -18,9 +18,9 @@ CommitEarlyOutReason SerializeAndDeserializeReason(
}
TEST(CommitEarlyOutReasonUnittest, SerializeCommitEarlyOutReason) {
- EXPECT_EQ(CommitEarlyOutReason::ABORTED_OUTPUT_SURFACE_LOST,
+ EXPECT_EQ(CommitEarlyOutReason::ABORTED_COMPOSITOR_FRAME_SINK_LOST,
SerializeAndDeserializeReason(
- CommitEarlyOutReason::ABORTED_OUTPUT_SURFACE_LOST));
+ CommitEarlyOutReason::ABORTED_COMPOSITOR_FRAME_SINK_LOST));
EXPECT_EQ(
CommitEarlyOutReason::ABORTED_NOT_VISIBLE,
« no previous file with comments | « cc/scheduler/commit_earlyout_reason.cc ('k') | cc/scheduler/compositor_timing_history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698