summaryrefslogtreecommitdiff
path: root/chromium/cc/trees/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/trees/proxy.h')
-rw-r--r--chromium/cc/trees/proxy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/cc/trees/proxy.h b/chromium/cc/trees/proxy.h
index ce648e1d98c..6c879ed922d 100644
--- a/chromium/cc/trees/proxy.h
+++ b/chromium/cc/trees/proxy.h
@@ -101,9 +101,6 @@ class CC_EXPORT Proxy {
virtual void SetRenderFrameObserver(
std::unique_ptr<RenderFrameMetadataObserver> observer) = 0;
- virtual void SetEnableFrameRateThrottling(
- bool enable_frame_rate_throttling) = 0;
-
// Returns a percentage representing average throughput of last X seconds.
// Only implemenented for single threaded proxy.
virtual uint32_t GetAverageThroughput() const = 0;