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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 205033010: Remove --enable-accelerated-filters flag, Blink-side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take AcceleratedImageBufferSurface behind the woodshed. Created 6 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 | « Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 609776126e158c7e718d9753e4222daeec7f1652..67396d18114c0e7ad7351ee33703367d7a32f5c5 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -66,7 +66,6 @@ public:
virtual void setAcceleratedCompositingForPluginsEnabled(bool) OVERRIDE;
virtual void setAcceleratedCompositingForScrollableFramesEnabled(bool) OVERRIDE;
virtual void setAcceleratedCompositingForVideoEnabled(bool) OVERRIDE;
- virtual void setAcceleratedFiltersEnabled(bool) OVERRIDE;
virtual void setAllowDisplayOfInsecureContent(bool) OVERRIDE;
virtual void setAllowFileAccessFromFileURLs(bool) OVERRIDE;
virtual void setAllowCustomScrollbarInMainFrame(bool) OVERRIDE;
« no previous file with comments | « Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698