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

Unified Diff: ui/compositor/test_web_graphics_context_3d.h

Issue 10635024: Return different IDs from TestWebGraphicsContext3D::createTexture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 8 years, 6 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 | ui/compositor/test_web_graphics_context_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test_web_graphics_context_3d.h
diff --git a/ui/compositor/test_web_graphics_context_3d.h b/ui/compositor/test_web_graphics_context_3d.h
index d8193a8b030f4d11dde500bdffb0e4b6eb4e955d..a1677a128da75675d4d302a7fe6f545a8e6881ed 100644
--- a/ui/compositor/test_web_graphics_context_3d.h
+++ b/ui/compositor/test_web_graphics_context_3d.h
@@ -448,6 +448,7 @@ class TestWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
private:
scoped_refptr<gfx::GLContext> gl_context_;
scoped_refptr<gfx::GLSurface> gl_surface_;
+ unsigned next_texture_id_;
DISALLOW_COPY_AND_ASSIGN(TestWebGraphicsContext3D);
};
« no previous file with comments | « no previous file | ui/compositor/test_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698