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

Unified Diff: third_party/WebKit/Source/core/page/PageAnimator.h

Issue 1417613005: Revert of Web Animations: Use a single animation clock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/core/page/PageAnimator.h
diff --git a/third_party/WebKit/Source/core/page/PageAnimator.h b/third_party/WebKit/Source/core/page/PageAnimator.h
index f59f7cc96d307e274188dd7a9295a4dac5b49e36..d067a0e6666a5d6b4192edcee053c867e6351d2f 100644
--- a/third_party/WebKit/Source/core/page/PageAnimator.h
+++ b/third_party/WebKit/Source/core/page/PageAnimator.h
@@ -6,7 +6,6 @@
#define PageAnimator_h
#include "core/CoreExport.h"
-#include "core/animation/AnimationClock.h"
#include "platform/heap/Handle.h"
namespace blink {
@@ -23,7 +22,6 @@
bool isServicingAnimations() const { return m_servicingAnimations; }
void updateLayoutAndStyleForPainting(LocalFrame* rootFrame);
- AnimationClock& clock() { return m_animationClock; }
private:
explicit PageAnimator(Page&);
@@ -31,7 +29,6 @@
RawPtrWillBeMember<Page> m_page;
bool m_servicingAnimations;
bool m_updatingLayoutAndStyleForPainting;
- AnimationClock m_animationClock;
};
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/page/PageAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698