Index: public/web/WebViewClient.h |
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
index 6f041e7a1ec2e65955ea641c1aadcaf772d4f459..fb00540903fc5f538a3457072e9eefd181369ba6 100644 |
--- a/public/web/WebViewClient.h |
+++ b/public/web/WebViewClient.h |
@@ -129,6 +129,9 @@ public: |
// will never be called. |
virtual bool enumerateChosenDirectory(const WebString& path, WebFileChooserCompletion*) { return false; } |
+ // Whether to use less-restrictive criteria for identifying pages that are |
+ // candidates for GPU rasterization. |
+ virtual bool useExpandedHeuristicsForGpuRasterization() { return false; } |
abarth-chromium
2014/06/04 02:23:43
This should be a WebSetting.
ajuma
2014/06/04 14:48:00
Done.
|
abarth-chromium
2014/06/04 02:23:43
Two spaces between sections.
|
// Editing ------------------------------------------------------------- |