Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PageAnimator.h
index 5c8d9e5..aebc35d 100644 (file)
@@ -5,8 +5,9 @@
 #ifndef PageAnimator_h
 #define PageAnimator_h
 
-namespace WebCore {
+namespace blink {
 
+class LocalFrame;
 class Page;
 
 class PageAnimator {
@@ -18,7 +19,7 @@ public:
 
     void setAnimationFramePending() { m_animationFramePending = true; }
     bool isServicingAnimations() const { return m_servicingAnimations; }
-    void updateLayoutAndStyleForPainting();
+    void updateLayoutAndStyleForPainting(LocalFrame* rootFrame);
 
 private:
     Page* m_page;