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

Unified Diff: content/public/browser/readback_types.h

Issue 1113573002: Maintain minimal error response. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build issue. 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: content/public/browser/readback_types.h
diff --git a/content/public/browser/readback_types.h b/content/public/browser/readback_types.h
index 6c7e314e5dc0d225b9b269b6de7a3148435223e7..4929ab9de9c6825399c40aa25782978c2d14fc54 100644
--- a/content/public/browser/readback_types.h
+++ b/content/public/browser/readback_types.h
@@ -20,10 +20,8 @@ namespace content {
enum ReadbackResponse {
READBACK_SUCCESS,
READBACK_FAILED,
- READBACK_FORMAT_NOT_SUPPORTED,
- READBACK_NOT_SUPPORTED,
READBACK_SURFACE_UNAVAILABLE,
- READBACK_MEMORY_ALLOCATION_FAILURE,
+ READBACK_BITMAP_ALLOCATION_FAILURE,
};
typedef const base::Callback<void(const SkBitmap&, ReadbackResponse)>
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698