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

Unified Diff: ui/gfx/compositor/compositor.cc

Issue 9813017: aura: Enable use_canvas_skia=1 on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment in common.gypi. Created 8 years, 9 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 | « build/common.gypi ('k') | ui/gfx/compositor/compositor.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor.cc
diff --git a/ui/gfx/compositor/compositor.cc b/ui/gfx/compositor/compositor.cc
index 5f429ba0302cfb5287fda331489f114743508417..daa6ca96b1edb4ea55a2530cae979c1859d60035 100644
--- a/ui/gfx/compositor/compositor.cc
+++ b/ui/gfx/compositor/compositor.cc
@@ -123,10 +123,8 @@ Compositor::Compositor(CompositorDelegate* delegate,
kTestRefreshRate : kDefaultRefreshRate;
settings.partialSwapEnabled =
command_line->HasSwitch(switches::kUIEnablePartialSwap);
-#if defined(PER_TILE_PAINTING)
settings.perTilePainting =
command_line->HasSwitch(switches::kUIEnablePerTilePainting);
-#endif
#if defined(WEBLAYERTREEVIEW_HAS_INITIALIZE)
host_.initialize(this, root_web_layer_, settings);
« no previous file with comments | « build/common.gypi ('k') | ui/gfx/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698