Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1091)

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 1912893002: cc : Stop pushing properties not used by LayerImpl to LayerImpl. (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698