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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 11361223: cc: Remove cc::settings, move them to LayerTreeSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using WebLayerTreeSettings for things WebKit can set Created 8 years, 1 month 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
Index: webkit/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index 311f6fb9ce56cb48f8668a3965025b8f7a7df00e..2a111b3c5103948ee318b624776996ca41a35607 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -23,10 +23,6 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
virtual void initialize(WebKit::WebThread* implThread);
virtual bool isThreadingEnabled();
virtual void shutdown();
- virtual void setPerTilePaintingEnabled(bool enabled);
- virtual void setPartialSwapEnabled(bool enabled);
- virtual void setAcceleratedAnimationEnabled(bool enabled);
- virtual void setPageScalePinchZoomEnabled(bool enabled);
virtual WebKit::WebLayerTreeView* createLayerTreeView(
WebKit::WebLayerTreeViewClient* client, const WebKit::WebLayer& root,
const WebKit::WebLayerTreeView::Settings& settings);

Powered by Google App Engine
This is Rietveld 408576698