Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: Source/WebCore/page/Settings.cpp

Issue 9618044: Merge 109973 - [chromium] Increase the accelerated canvas min size to 256 * 256 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Settings.cpp
===================================================================
--- Source/WebCore/page/Settings.cpp (revision 109986)
+++ Source/WebCore/page/Settings.cpp (working copy)
@@ -116,7 +116,7 @@
, m_defaultFontSize(0)
, m_defaultFixedFontSize(0)
, m_validationMessageTimerMagnification(50)
- , m_minimumAccelerated2dCanvasSize(128 * 128)
+ , m_minimumAccelerated2dCanvasSize(257 * 256)
, m_layoutFallbackWidth(980)
, m_deviceDPI(240)
, m_maximumDecodedImageSize(numeric_limits<size_t>::max())
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698