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

Unified Diff: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h

Issue 4268004: Properly advertise GL_CHROMIUM_copy_texture_to_parent_texture extension.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
===================================================================
--- chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (revision 64864)
+++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (working copy)
@@ -340,9 +340,9 @@
virtual void deleteTexture(unsigned);
virtual void synthesizeGLError(unsigned long error);
- virtual bool supportsBGRA();
+ virtual bool supportsBGRA(); // TODO(kbr): remove
- virtual bool supportsMapSubCHROMIUM();
+ virtual bool supportsMapSubCHROMIUM(); // TODO(kbr): remove
virtual void* mapBufferSubDataCHROMIUM(
unsigned target, int offset, int size, unsigned access);
virtual void unmapBufferSubDataCHROMIUM(const void*);
@@ -358,6 +358,7 @@
unsigned access);
virtual void unmapTexSubImage2DCHROMIUM(const void*);
+ // TODO(kbr): remove supportsCopyTextureToParentTextureCHROMIUM
virtual bool supportsCopyTextureToParentTextureCHROMIUM();
virtual void copyTextureToParentTextureCHROMIUM(
unsigned texture, unsigned parentTexture);
« no previous file with comments | « no previous file | chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698