We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f3cb5 commit 68dd1d8Copy full SHA for 68dd1d8
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() / 2)
+ if (area < document().view()->root()->hostWindow()->screenSize().area() / 4)
923
924
925
return true;
0 commit comments