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

Unified Diff: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h

Issue 7671031: Merge 92520 - [chromium] Accelerated canvas breaks when moving canvases or resources between Pages (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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
Index: Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (revision 93254)
+++ Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (working copy)
@@ -41,7 +41,6 @@
// GL_CHROMIUM_resource_safe : indicating that textures/renderbuffers are always initialized before read/write.
// GL_CHROMIUM_strict_attribs : indicating a GL error is generated for out-of-bounds buffer accesses.
// GL_CHROMIUM_map_sub
- // GL_CHROMIUM_copy_texture_to_parent_texture
// GL_CHROMIUM_swapbuffers_complete_callback
// GL_CHROMIUM_rate_limit_offscreen_context
// GL_CHROMIUM_paint_framebuffer_canvas
@@ -70,9 +69,6 @@
void* mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access);
void unmapTexSubImage2DCHROMIUM(const void*);
- // GL_CHROMIUM_copy_texture_to_parent_texture
- void copyTextureToParentTextureCHROMIUM(unsigned texture, unsigned parentTexture);
-
// GL_CHROMIUM_swapbuffers_complete_callback
class SwapBuffersCompleteCallbackCHROMIUM {
public:

Powered by Google App Engine
This is Rietveld 408576698