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

Unified Diff: sky/engine/core/frame/FrameView.cpp

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/core/events/TransitionEvent.idl ('k') | sky/engine/core/frame/LocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameView.cpp
diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
index 6f9a32b08955de39b1e7af25196f0096180cd65a..8ea9560dfa0cdf474d5b705a3b2589d564d07dba 100644
--- a/sky/engine/core/frame/FrameView.cpp
+++ b/sky/engine/core/frame/FrameView.cpp
@@ -27,7 +27,6 @@
#include "sky/engine/core/frame/FrameView.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "sky/engine/core/animation/DocumentAnimations.h"
#include "sky/engine/core/css/resolver/StyleResolver.h"
#include "sky/engine/core/dom/DocumentMarkerController.h"
#include "sky/engine/core/editing/FrameSelection.h"
@@ -668,8 +667,6 @@ void FrameView::updateLayoutAndStyleForPainting()
// TODO(ojan): Get rid of this and just have the LayoutClean state.
lifecycle().advanceTo(DocumentLifecycle::StyleAndLayoutClean);
-
- DocumentAnimations::startPendingAnimations(*m_frame->document());
}
void FrameView::updateLayoutAndStyleIfNeededRecursive()
« no previous file with comments | « sky/engine/core/events/TransitionEvent.idl ('k') | sky/engine/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698