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

Unified Diff: gpu/command_buffer/common/constants.h

Issue 1581273002: Harden CommandBufferProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: gpu/command_buffer/common/constants.h
diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
index 98c213fa4aa9ad903b339778dab739027f6f9f85..14ad2c9e7ddf67c07ef57c912da4f091f7065ac2 100644
--- a/gpu/command_buffer/common/constants.h
+++ b/gpu/command_buffer/common/constants.h
@@ -52,6 +52,10 @@ namespace error {
// The GPU channel was lost. This error is set client-side.
kGpuChannelLost,
+ // The GPU process sent an invalid message/reply. This error is set
+ // client-side.
+ kInvalidGpuMessage,
+
kContextLostReasonLast = kGpuChannelLost
};
}

Powered by Google App Engine
This is Rietveld 408576698