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

Unified Diff: webkit/renderer/compositor_bindings/web_image_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/renderer/compositor_bindings/web_content_layer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/compositor_bindings/web_image_layer_impl.cc
diff --git a/webkit/renderer/compositor_bindings/web_image_layer_impl.cc b/webkit/renderer/compositor_bindings/web_image_layer_impl.cc
index 3a432b83b12a53a45a67004a0c82b0a087994ceb..3d8fe63ba50db28dec5dee8d2921be2e700473f1 100644
--- a/webkit/renderer/compositor_bindings/web_image_layer_impl.cc
+++ b/webkit/renderer/compositor_bindings/web_image_layer_impl.cc
@@ -5,6 +5,7 @@
#include "webkit/renderer/compositor_bindings/web_image_layer_impl.h"
#include "base/command_line.h"
+#include "cc/base/util.h"
#include "cc/base/switches.h"
#include "cc/layers/image_layer.h"
#include "cc/layers/picture_image_layer.h"
@@ -12,7 +13,7 @@
#include "webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h"
static bool usingPictureLayer() {
- return cc::switches::IsImplSidePaintingEnabled();
+ return cc::IsImplSidePaintingEnabled();
}
namespace webkit {
« no previous file with comments | « webkit/renderer/compositor_bindings/web_content_layer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698