evas/canvas: simple optimization.
authorHermet Park <hermet@hermet.pe.kr>
Tue, 2 Feb 2016 08:59:27 +0000 (17:59 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Tue, 2 Feb 2016 08:59:27 +0000 (17:59 +0900)
commitca124ce5cea162f130eeb80b6c95ee3fadd64761
treebe2f88076f5cd16d9a2219db87429a02013046f8
parent524fd2f6fc9afdd44fd371d99179d44a28bfd28a
evas/canvas: simple optimization.

We don't need to reorder the clist here as far as I reviewed.
Because, the clist nodes will be calculated all in one.

If I'm wrong please ping me.
src/lib/evas/canvas/evas_object_smart.c