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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.cc

Issue 11186039: Move CC switches to cc/switches.h. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add cc to DEPS in chrome/ and content/ Created 8 years, 2 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
Index: webkit/compositor_bindings/web_compositor_support_impl.cc
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.cc b/webkit/compositor_bindings/web_compositor_support_impl.cc
index a278bcedb171df3920b1e3560577d308c090c578..8533ed14d012d7795c6b2ec8ed4514cb45085221 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.cc
+++ b/webkit/compositor_bindings/web_compositor_support_impl.cc
@@ -66,22 +66,6 @@ void WebCompositorSupportImpl::shutdown() {
WebCompositorImpl::shutdown();
}
-void WebCompositorSupportImpl::setPerTilePaintingEnabled(bool enabled) {
- WebCompositorImpl::setPerTilePaintingEnabled(enabled);
-}
-
-void WebCompositorSupportImpl::setPartialSwapEnabled(bool enabled) {
- WebCompositorImpl::setPartialSwapEnabled(enabled);
-}
-
-void WebCompositorSupportImpl::setAcceleratedAnimationEnabled(bool enabled) {
- WebCompositorImpl::setAcceleratedAnimationEnabled(enabled);
-}
-
-void WebCompositorSupportImpl::setPageScalePinchZoomEnabled(bool enabled) {
- WebCompositorImpl::setPageScalePinchZoomEnabled(enabled);
-}
-
WebLayerTreeView* WebCompositorSupportImpl::createLayerTreeView(
WebLayerTreeViewClient* client, const WebLayer& root,
const WebLayerTreeView::Settings& settings) {
« ui/compositor/compositor.cc ('K') | « webkit/compositor_bindings/web_compositor_support_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698