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

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

Issue 1230013003: Remove the (already disabled) OverflowChangedEvent runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/core/events/OverflowEventInit.idl ('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 f93c9b763dbb7dad4ea25e543fb589a10b40c8c6..b43bca84f56d5be7e33867fe71b007374cd43177 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -629,7 +629,6 @@ private:
bool contentsInCompositedLayer() const;
void applyOverflowToViewport(LayoutObject*, ScrollbarMode& hMode, ScrollbarMode& vMode);
- void updateOverflowStatus(bool horizontalOverflow, bool verticalOverflow);
void updateCounters();
void forceLayoutParentViewIfNeeded();
@@ -762,10 +761,6 @@ private:
AtomicString m_mediaType;
AtomicString m_mediaTypeWhenNotPrinting;
- bool m_overflowStatusDirty;
- bool m_horizontalOverflow;
- bool m_verticalOverflow;
-
// TODO(skobes): Move this to DocumentLoader::InitialScrollState.
bool m_wasScrolledByUser;
« no previous file with comments | « Source/core/events/OverflowEventInit.idl ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698