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

Unified Diff: cc/test/test_gles2_interface.cc

Issue 1474873003: Add alpha argument to glResizeCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « cc/test/test_gles2_interface.h ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_gles2_interface.cc
diff --git a/cc/test/test_gles2_interface.cc b/cc/test/test_gles2_interface.cc
index 4ebdfd3818e7cc89ea65d0e6e0d47e27402f44b5..2781712789472f1a8853d0bbb690f1f0cf3d99ba 100644
--- a/cc/test/test_gles2_interface.cc
+++ b/cc/test/test_gles2_interface.cc
@@ -379,7 +379,8 @@ GLuint TestGLES2Interface::CreateAndConsumeTextureCHROMIUM(
void TestGLES2Interface::ResizeCHROMIUM(GLuint width,
GLuint height,
- float device_scale) {
+ float device_scale,
+ GLboolean has_alpha) {
test_context_->reshapeWithScaleFactor(width, height, device_scale);
}
« no previous file with comments | « cc/test/test_gles2_interface.h ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698