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

Unified Diff: public/platform/WebGraphicsContext3D.h

Issue 1352653002: Remove unused entry point rateLimitOffscreenContextCHROMIUM from WebGraphicsContext3D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: also cleanup WebExternalTextureLayer Created 5 years, 3 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 | « public/platform/WebExternalTextureLayer.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 21fc8582578a0ee82e0970b596bb7fa7db72c44a..7fb30ca84966e4e8d33a94de1554ecab0075d515 100644
--- a/public/platform/WebGraphicsContext3D.h
+++ b/public/platform/WebGraphicsContext3D.h
@@ -195,9 +195,6 @@ public:
virtual void blitFramebufferCHROMIUM(WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1, WGC3Dbitfield mask, WGC3Denum filter) = 0;
virtual void renderbufferStorageMultisampleCHROMIUM(WGC3Denum target, WGC3Dsizei samples, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height) = 0;
- // GL_CHROMIUM_rate_limit_offscreen_context
- virtual void rateLimitOffscreenContextCHROMIUM() { }
-
// GL_CHROMIUM_lose_context
virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other) { }
« no previous file with comments | « public/platform/WebExternalTextureLayer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698