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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder.h

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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/service/gles2_cmd_decoder.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h
index 79ecb2c21bce385266b785e38dc5a34ed684893d..be24077ffb867cc1143363e7cce9faa205d17442 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
@@ -30,7 +30,6 @@ class Size;
namespace gpu {
-class AsyncPixelTransferManager;
struct Mailbox;
namespace gles2 {
@@ -201,12 +200,6 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>,
virtual void SetResizeCallback(
const base::Callback<void(gfx::Size, float)>& callback) = 0;
- // Interface to performing async pixel transfers.
- virtual AsyncPixelTransferManager* GetAsyncPixelTransferManager() = 0;
- virtual void ResetAsyncPixelTransferManagerForTest() = 0;
- virtual void SetAsyncPixelTransferManagerForTest(
- AsyncPixelTransferManager* manager) = 0;
-
// Get the service texture ID corresponding to a client texture ID.
// If no such record is found then return false.
virtual bool GetServiceTextureId(uint32 client_texture_id,

Powered by Google App Engine
This is Rietveld 408576698