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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 206593005: Remove compositing trigger for CSS transitions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove test 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/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 50dc49ca20bff2aaff8ffe7771a3a29090e38515..8582ff44660c6f6c6c7b2ecfd5c2c3252712b115 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -543,11 +543,6 @@ void WebSettingsImpl::setAcceleratedCompositingForFixedPositionEnabled(bool enab
m_settings->setAcceleratedCompositingForFixedPositionEnabled(enabled);
}
-void WebSettingsImpl::setAcceleratedCompositingForTransitionEnabled(bool enabled)
-{
- m_settings->setAcceleratedCompositingForTransitionEnabled(enabled);
-}
-
void WebSettingsImpl::setMinimumAccelerated2dCanvasSize(int numPixels)
{
m_settings->setMinimumAccelerated2dCanvasSize(numPixels);
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698