check minimum size for gl canvas
authorKyungjin Kim <gen.kim@samsung.com>
Tue, 30 Apr 2013 12:08:11 +0000 (21:08 +0900)
committerKyungjin Kim <gen.kim@samsung.com>
Tue, 30 Apr 2013 12:12:22 +0000 (21:12 +0900)
commit867ac1045901dbd844bf106cf2ecd96a6fa32eea
treeaedcfe890c568f94200743174a6e8a1276ebc22e
parentd280b180e2b099e99172ec6a584dbf7211d4ca12
check minimum size for gl canvas

[Title] check minimum size for gl canvas
[Issue#] N/A
[Problem] N_SE-36822
[Cause] if the canvas size is too small, no benefit to acceletate it
[Solution] set minimum size to 32 for gl canvas

Change-Id: I6377caae6a4ba7c742bd6ecb40b6ac4b02a18457
Source/WebCore/html/HTMLCanvasElement.cpp