| Index: sky/engine/public/platform/WebExternalTextureLayer.h
|
| diff --git a/sky/engine/public/platform/WebExternalTextureLayer.h b/sky/engine/public/platform/WebExternalTextureLayer.h
|
| index 26cede4570cc5f6987e169da550c9e80843e4482..5a8a2fc412ef1bac193e0314329de09acb07bdf1 100644
|
| --- a/sky/engine/public/platform/WebExternalTextureLayer.h
|
| +++ b/sky/engine/public/platform/WebExternalTextureLayer.h
|
| @@ -61,6 +61,7 @@ public:
|
|
|
| // 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.
|
| + // FIXME(sky): Does this do anything in sky now that we don't have paintInvalidation?
|
| virtual void setRateLimitContext(bool) = 0;
|
| };
|
|
|
|
|