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

Unified Diff: public/web/WebSettings.h

Issue 309593007: Expand GPU rasterization trigger for Finch experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use a WebSetting Created 6 years, 6 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 | « Source/web/tests/data/viewport/viewport-gpu-rasterization-expanded-heuristics.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 0ab3bf4f6896a34f0847c36e459403fe1decd58a..77fe70d1fd6790f3ea37aca3126d4b7a8e20e794 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -188,6 +188,7 @@ public:
virtual void setTouchEditingEnabled(bool) = 0;
virtual void setUnifiedTextCheckerEnabled(bool) = 0;
virtual void setUnsafePluginPastingEnabled(bool) = 0;
+ virtual void setUseExpandedHeuristicsForGpuRasterization(bool) = 0;
virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) = 0;
virtual void setUseSolidColorScrollbars(bool) = 0;
virtual void setUseWideViewport(bool) = 0;
« no previous file with comments | « Source/web/tests/data/viewport/viewport-gpu-rasterization-expanded-heuristics.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698