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

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

Issue 2302323002: Reset PIXEL_UNPACK_BUFFER at texture manager initialization time (Closed)
Patch Set: reset at TextureManager::Initialize time Created 4 years, 3 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/test_helper.h
diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
index 0169e4c6456972840b75858b43a0c95f9a9c7ae4..fdefe7f423d1bb84c446d6f03561530932d25f10 100644
--- a/gpu/command_buffer/service/test_helper.h
+++ b/gpu/command_buffer/service/test_helper.h
@@ -120,6 +120,7 @@ class TestHelper {
bool enable_es3 = false);
static void SetupTextureManagerInitExpectations(::gl::MockGLInterface* gl,
bool is_es3_enabled,
+ bool is_es3_capable,
bool is_desktop_core_profile,
const char* extensions,
bool use_default_textures);

Powered by Google App Engine
This is Rietveld 408576698