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

Unified Diff: Source/core/frame/FrameView.h

Issue 82843003: Fire overflowchanged events at raf timing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a test Created 7 years, 1 month 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/core/dom/ScriptedAnimationController.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 954427f15ee6d31eea3a3c23386379b4ce00f410..315ea8da0fa6c48b571a05b132f49db865bbba9f 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -44,7 +44,6 @@ class FloatSize;
class Frame;
class KURL;
class Node;
-class OverflowEvent;
class Page;
class RenderBox;
class RenderEmbeddedObject;
@@ -207,10 +206,6 @@ public:
void restoreScrollbar();
- void suspendOverflowEvents();
- void resumeOverflowEvents();
- void scheduleOverflowEvent(PassRefPtr<OverflowEvent>);
-
void postLayoutTimerFired(Timer<FrameView>*);
bool wasScrolledByUser() const;
@@ -498,9 +493,6 @@ private:
AtomicString m_mediaType;
AtomicString m_mediaTypeWhenNotPrinting;
- unsigned m_overflowEventSuspendCount;
- Vector<RefPtr<OverflowEvent> > m_overflowEventQueue;
-
bool m_overflowStatusDirty;
bool m_horizontalOverflow;
bool m_verticalOverflow;
« no previous file with comments | « Source/core/dom/ScriptedAnimationController.cpp ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698