Commit f3265df8 authored by sohan's avatar sohan Committed by Commit Bot

cc: Remove unused draw result.

Change-Id: Ie84d4af16c6d9a0a59e321f300fa1228c55b8799
Reviewed-on: https://chromium-review.googlesource.com/576430
Commit-Queue: Sohan Jyoti Ghosh <sohan.jyoti@huawei.com>
Reviewed-by: default avatarBrian Anderson <brianderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488656}
parent c896a653
......@@ -12,7 +12,6 @@ enum DrawResult {
DRAW_SUCCESS,
DRAW_ABORTED_CHECKERBOARD_ANIMATIONS,
DRAW_ABORTED_MISSING_HIGH_RES_CONTENT,
DRAW_ABORTED_CONTEXT_LOST,
DRAW_ABORTED_CANT_DRAW,
DRAW_ABORTED_DRAINING_PIPELINE,
};
......
......@@ -760,7 +760,6 @@ void SchedulerStateMachine::DidDrawInternal(DrawResult draw_result) {
switch (draw_result) {
case INVALID_RESULT:
case DRAW_ABORTED_CANT_DRAW:
case DRAW_ABORTED_CONTEXT_LOST:
NOTREACHED() << "Invalid return DrawResult:" << draw_result;
break;
case DRAW_ABORTED_DRAINING_PIPELINE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment