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

Unified Diff: webkit/renderer/compositor_bindings/web_content_layer_impl.cc

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « webkit/plugins/plugin_switches.h ('k') | webkit/renderer/compositor_bindings/web_image_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/compositor_bindings/web_content_layer_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_content_layer_impl.cc b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
index eb92d982b5d876100935431c346687cbf5b090a0..0b110f845355e063a8f7ebbdf520257a35199aa8 100644
--- a/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_content_layer_impl.cc
@@ -6,6 +6,7 @@
#include "base/command_line.h"
#include "cc/base/switches.h"
+#include "cc/base/util.h"
#include "cc/layers/content_layer.h"
#include "cc/layers/picture_layer.h"
#include "third_party/WebKit/public/platform/WebContentLayerClient.h"
@@ -21,7 +22,7 @@ using cc::PictureLayer;
namespace webkit {
static bool usingPictureLayer() {
- return cc::switches::IsImplSidePaintingEnabled();
+ return cc::IsImplSidePaintingEnabled();
}
WebContentLayerImpl::WebContentLayerImpl(WebKit::WebContentLayerClient* client)
« no previous file with comments | « webkit/plugins/plugin_switches.h ('k') | webkit/renderer/compositor_bindings/web_image_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698