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

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

Issue 9722032: aura: Use platform independent skia::PlatformCanvas when possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use platform independent PlatformCanvas when use_aura=1 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
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);

Powered by Google App Engine
This is Rietveld 408576698