Chromium Code Reviews| Index: cc/proxy.h |
| diff --git a/cc/proxy.h b/cc/proxy.h |
| index cae128e51abf826733da2dbdfb149470fa899d41..0dbf919e8ef2dad53878a15ef527224b1aef2af9 100644 |
| --- a/cc/proxy.h |
| +++ b/cc/proxy.h |
| @@ -80,6 +80,8 @@ public: |
| virtual void acquireLayerTextures() = 0; |
| + virtual void setShowFPSCounter(bool) = 0; |
| + |
| // Debug hooks |
| #ifndef NDEBUG |
| static bool isMainThread(); |