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

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

Issue 1750123002: Upgrade Tex{Sub}Image{2|3}D to handle ES3 unpack parameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/texture_manager.h
diff --git a/gpu/command_buffer/service/texture_manager.h b/gpu/command_buffer/service/texture_manager.h
index f521333e8e9a29c077c302a015348a632fce924a..b3ab3ce72c2d81191f34f7ec1220bf859bd9e860 100644
--- a/gpu/command_buffer/service/texture_manager.h
+++ b/gpu/command_buffer/service/texture_manager.h
@@ -1021,7 +1021,7 @@ class GPU_EXPORT TextureManager : public base::trace_event::MemoryDumpProvider {
void DoTexImage(
DecoderTextureState* texture_state,
- ErrorState* error_state,
+ ContextState* state,
DecoderFramebufferState* framebuffer_state,
const char* function_name,
TextureRef* texture_ref,

Powered by Google App Engine
This is Rietveld 408576698