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

Unified Diff: public/platform/WebGraphicsContext3D.h

Issue 14972017: Remove old APIs for copyTextureCHROMIUM(...) and copyVideoTextureToPlatformTexture(...). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase the patch Created 7 years, 7 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 | « Source/WebKit/chromium/public/WebMediaPlayer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebGraphicsContext3D.h
diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h
index 56a4c8a1157b577907573f5e5a6acfff7ed45237..8118fc749f69e49f63c4a4bf1b896c853d6d3771 100644
--- a/public/platform/WebGraphicsContext3D.h
+++ b/public/platform/WebGraphicsContext3D.h
@@ -452,11 +452,6 @@ public:
// GL_CHROMIUM_copy_texture
virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,
- WGC3Duint destId, WGC3Dint level, WGC3Denum internalFormat) { }
- // This function adds one more parameter(destType) than the above one to define the destination texture if needed.
- // TODO(jun.a.jiang@intel.com): once all clients switch to call this newer function with six parameters, the older
- // one with five parameters would be removed.
- virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId,
WGC3Duint destId, WGC3Dint level, WGC3Denum internalFormat, WGC3Denum destType) { }
// GL_CHROMIUM_shallow_flush
« no previous file with comments | « Source/WebKit/chromium/public/WebMediaPlayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698