Index: third_party/WebKit/public/platform/WebLayer.h |
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h |
index 818d75d8e7ab50966a8213554fa67ee14a7bc272..0282f171193afc6d4e5f35e5fc92858f55f77180 100644 |
--- a/third_party/WebKit/public/platform/WebLayer.h |
+++ b/third_party/WebKit/public/platform/WebLayer.h |
@@ -190,10 +190,6 @@ public: |
// deleting the scroll client. |
virtual void setScrollClient(WebLayerScrollClient*) = 0; |
- // Forces this layer to use a render surface. There is no benefit in doing |
- // so, but this is to facilitate benchmarks and tests. |
- virtual void setForceRenderSurface(bool) = 0; |
- |
// Sets the cc-side layer client. |
virtual void setLayerClient(cc::LayerClient*) = 0; |