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

Unified Diff: cc/proto/commit_earlyout_reason.proto

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/output/software_renderer_unittest.cc ('k') | cc/raster/raster_buffer_provider_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/commit_earlyout_reason.proto
diff --git a/cc/proto/commit_earlyout_reason.proto b/cc/proto/commit_earlyout_reason.proto
index 100b94b9ed5cf8062615f6bdb24a344ef0c5ccb2..092fbd34b437276056e0b42fbb560bb3f57c74ea 100644
--- a/cc/proto/commit_earlyout_reason.proto
+++ b/cc/proto/commit_earlyout_reason.proto
@@ -10,11 +10,11 @@ package cc.proto;
message CommitEarlyOutReason {
enum Reason {
- ABORTED_OUTPUT_SURFACE_LOST = 1;
+ ABORTED_COMPOSITOR_FRAME_SINK_LOST = 1;
ABORTED_NOT_VISIBLE = 2;
ABORTED_DEFERRED_COMMIT = 3;
FINISHED_NO_UPDATES = 4;
}
optional Reason reason = 1;
-}
+}
« no previous file with comments | « cc/output/software_renderer_unittest.cc ('k') | cc/raster/raster_buffer_provider_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698