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

Unified Diff: public/web/WebSettings.h

Issue 270383002: Remove will-change: contents GPU rasterization hint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/WebSettingsImpl.cpp ('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 a980cdb7c6b9f712d3c79d63621b2cab37dee484..eb665f645c24d4c2f436a4d98f6a269cb8b89c3f 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -65,7 +65,8 @@ public:
virtual void setAcceleratedCompositingForFiltersEnabled(bool) = 0;
virtual void setAcceleratedCompositingForFixedPositionEnabled(bool) = 0;
virtual void setAcceleratedCompositingForFixedRootBackgroundEnabled(bool) = 0;
- virtual void setAcceleratedCompositingForGpuRasterizationHintEnabled(bool) = 0;
+ // DEPRECATED: Does nothing.
+ virtual void setAcceleratedCompositingForGpuRasterizationHintEnabled(bool) { };
ajuma 2014/05/07 20:08:24 The chromium-side caller has already been removed
virtual void setAcceleratedCompositingForOverflowScrollEnabled(bool) = 0;
virtual void setCompositorDrivenAcceleratedScrollingEnabled(bool) = 0;
// Not implemented yet, see http://crbug.com/178119
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698