| 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);
|
|
|