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

Unified Diff: cc/scheduler/draw_result.h

Issue 1131633003: cc: Use multiple PrepareTiles approaches Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: cc/scheduler/draw_result.h
diff --git a/cc/scheduler/draw_result.h b/cc/scheduler/draw_result.h
index 0809a413e06977c8782d6ea9767f53c36b2ab5ee..5f72d913670cf6d377ad15dc5ad9cff005df2eda 100644
--- a/cc/scheduler/draw_result.h
+++ b/cc/scheduler/draw_result.h
@@ -10,8 +10,9 @@ namespace cc {
enum DrawResult {
INVALID_RESULT,
DRAW_SUCCESS,
- DRAW_ABORTED_CHECKERBOARD_ANIMATIONS,
- DRAW_ABORTED_MISSING_HIGH_RES_CONTENT,
+ DRAW_ABORTED_MISSING_RASTER_OUTPUT_HIGH_RES,
+ DRAW_ABORTED_MISSING_RASTER_OUTPUT_ANY,
+ DRAW_ABORTED_MISSING_RASTER_SOURCE,
DRAW_ABORTED_CONTEXT_LOST,
DRAW_ABORTED_CANT_DRAW,
};

Powered by Google App Engine
This is Rietveld 408576698