| 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;
|
|
|