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

Unified Diff: public/platform/WebExternalTextureLayer.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 | « no previous file | public/platform/WebGraphicsContext3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebExternalTextureLayer.h
diff --git a/public/platform/WebExternalTextureLayer.h b/public/platform/WebExternalTextureLayer.h
index e666afd2f289b803c65f45da045bdba201fd8ae6..e4fd62eb940120c1c4f93bf24aee52f960b7813a 100644
--- a/public/platform/WebExternalTextureLayer.h
+++ b/public/platform/WebExternalTextureLayer.h
@@ -57,10 +57,6 @@ public:
// at draw time. Defaults to false.
virtual void setBlendBackgroundColor(bool) = 0;
- // Sets whether this context should be rate limited by the compositor. Rate limiting works by blocking
- // invalidate() and invalidateRect() calls if the compositor is too many frames behind.
- virtual void setRateLimitContext(bool) = 0;
-
// Sets whether this texture should use nearest neighbor interpolation as
// opposed to bilinear. Defaults to false.
virtual void setNearestNeighbor(bool) = 0;
« no previous file with comments | « no previous file | public/platform/WebGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698