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

Unified Diff: ui/gl/test/gl_image_test_support.h

Issue 1484473003: gl, ozone: enable GLImageBindTest unittests Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved 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
Index: ui/gl/test/gl_image_test_support.h
diff --git a/ui/gl/test/gl_image_test_support.h b/ui/gl/test/gl_image_test_support.h
index 41258fc03c47b992e493b38f17430f35be9cc7f5..c3f15d8f88023e58bcb93e7227d05359147f0e35 100644
--- a/ui/gl/test/gl_image_test_support.h
+++ b/ui/gl/test/gl_image_test_support.h
@@ -26,6 +26,9 @@ class GLImageTestSupport {
gfx::BufferFormat format,
const uint8_t color[4],
uint8_t* data);
+
+ // Create GL program drawing a texture on a framebuffer.
+ static GLuint CreateSingleTextureProgram();
reveman 2015/12/18 21:51:04 instead of adding this, can we keep this code in u
dshwang 2016/01/11 15:31:10 Done.
};
} // namespace gl

Powered by Google App Engine
This is Rietveld 408576698