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

Unified Diff: Source/web/GraphicsLayerFactoryChromium.cpp

Issue 1131833002: [Sketch] Animations: Torpedo the old intrusive animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@scroll
Patch Set: Delete more. Created 5 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/GraphicsLayerFactoryChromium.h ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/GraphicsLayerFactoryChromium.cpp
diff --git a/Source/web/GraphicsLayerFactoryChromium.cpp b/Source/web/GraphicsLayerFactoryChromium.cpp
index 55070587f9453edda2c2cef2a4d70eb7252579e6..f895707e2b938f1083774921dce46bb5dace184f 100644
--- a/Source/web/GraphicsLayerFactoryChromium.cpp
+++ b/Source/web/GraphicsLayerFactoryChromium.cpp
@@ -31,8 +31,7 @@
namespace blink {
-GraphicsLayerFactoryChromium::GraphicsLayerFactoryChromium(WebViewImpl* webView)
- : m_webView(webView)
+GraphicsLayerFactoryChromium::GraphicsLayerFactoryChromium()
{
}
@@ -43,7 +42,6 @@ GraphicsLayerFactoryChromium::~GraphicsLayerFactoryChromium()
PassOwnPtr<GraphicsLayer> GraphicsLayerFactoryChromium::createGraphicsLayer(GraphicsLayerClient* client)
{
OwnPtr<GraphicsLayer> layer = adoptPtr(new GraphicsLayer(client));
- m_webView->registerForAnimations(layer->platformLayer());
return layer.release();
}
« no previous file with comments | « Source/web/GraphicsLayerFactoryChromium.h ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698