We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2655b2 commit 0df71efCopy full SHA for 0df71ef
1 file changed
Source/WebCore/html/HTMLCanvasElement.cpp
@@ -919,7 +919,7 @@ bool HTMLCanvasElement::shouldAccelerate(unsigned area) const
919
return false;
920
921
// Do not accelerate canvases that are smaller than 1/4 of the display size
922
- if (area < document().view()->root()->hostWindow()->screenSize().area() / 4)
+ if (area < document().view()->root()->hostWindow()->screenSize().area() / 2)
923
924
925
return true;
0 commit comments