| Index: cc/scheduler/draw_result.h
|
| diff --git a/cc/scheduler/draw_result.h b/cc/scheduler/draw_result.h
|
| index 6154b3532360b138ded4554e5580e7b6d30ee1a1..0809a413e06977c8782d6ea9767f53c36b2ab5ee 100644
|
| --- a/cc/scheduler/draw_result.h
|
| +++ b/cc/scheduler/draw_result.h
|
| @@ -12,8 +12,6 @@ enum DrawResult {
|
| DRAW_SUCCESS,
|
| DRAW_ABORTED_CHECKERBOARD_ANIMATIONS,
|
| DRAW_ABORTED_MISSING_HIGH_RES_CONTENT,
|
| - // TODO(danakj): Remove this.
|
| - DRAW_ABORTED_CANT_READBACK,
|
| DRAW_ABORTED_CONTEXT_LOST,
|
| DRAW_ABORTED_CANT_DRAW,
|
| };
|
|
|