Index: Source/WebCore/platform/graphics/chromium/LayerChromium.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/LayerChromium.h (revision 116996) |
+++ Source/WebCore/platform/graphics/chromium/LayerChromium.h (working copy) |
@@ -240,6 +240,7 @@ |
CCLayerAnimationController* layerAnimationController() { return m_layerAnimationController.get(); } |
void setLayerAnimationController(PassOwnPtr<CCLayerAnimationController>); |
+ PassOwnPtr<CCLayerAnimationController> releaseLayerAnimationController(); |
void setLayerAnimationDelegate(CCLayerAnimationDelegate* layerAnimationDelegate) { m_layerAnimationDelegate = layerAnimationDelegate; } |