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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2192493003: Enable GPU acceleration in 2D OffscreenCanvases on main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dev tools failure Created 4 years, 4 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
Index: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 3e71c19c76ca9fa25a62d94fe9cb90770fe43f93..ca7d6f7c6146c4a27edc797c08675d4aa9377180 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -51,7 +51,6 @@ public:
bool mainFrameResizesAreOrientationChanges() const override;
bool shrinksViewportContentToFit() const override;
bool viewportEnabled() const override;
- void setAccelerated2dCanvasEnabled(bool) override;
void setAccelerated2dCanvasMSAASampleCount(int) override;
void setAcceleratedCompositingEnabled(bool) override;
void setPreferCompositingToLCDTextEnabled(bool) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698