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

Unified Diff: cc/output/gl_renderer.h

Issue 375303002: cc: Refactor ResourceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove helper class move api impl to callee. Created 6 years, 5 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
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/resources/image_copy_raster_worker_pool.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index acf28471cbfd67eb4e3ad0c1c8dc0f1a8996c303..fbce3e91de629053c6d0889561fe5587303ccefb 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -133,6 +133,8 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
gfx::QuadF* local_quad,
float edge[24]);
+ static GLint GetActiveTextureUnit(gpu::gles2::GLES2Interface* gl);
danakj 2014/07/10 17:01:43 why public and a member of the class? just make it
sohanjg 2014/07/11 16:43:32 Done.
+
private:
friend class GLRendererShaderPixelTest;
friend class GLRendererShaderTest;
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | cc/resources/image_copy_raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698