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

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

Issue 2395393003: Remove grow box rect support, renderer part. (Closed)
Patch Set: rebase Created 4 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
« no previous file with comments | « content/renderer/render_widget_browsertest.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index ac120152a9c1790056f0018e46ceeff42d3d9426..d8f183533b304cbc72c827789d3e7ae11255013c 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -585,13 +585,6 @@ class CORE_EXPORT FrameView final
// Functions for converting to screen coordinates.
IntRect contentsToScreen(const IntRect&) const;
- // These functions are used to enable scrollbars to avoid window resizer
- // controls that overlap the scroll view. This happens only on Mac OS X 10.6.
- IntRect windowResizerRect() const;
- bool containsScrollbarsAvoidingResizer() const;
- void adjustScrollbarsAvoidingResizerCount(int overlapDelta);
- void windowResizerRectChanged();
-
// For platforms that need to hit test scrollbars from within the engine's
// event handlers (like Win32).
Scrollbar* scrollbarAtFramePoint(const IntPoint&);
@@ -759,7 +752,6 @@ class CORE_EXPORT FrameView final
const IntSize& docSize,
ComputeScrollbarExistenceOption = FirstPass) const;
void updateScrollbarGeometry();
- IntRect adjustScrollbarRectForResizer(const IntRect&, Scrollbar&);
// Called to update the scrollbars to accurately reflect the state of the
// view.
@@ -1016,7 +1008,6 @@ class CORE_EXPORT FrameView final
ScrollOffset m_scrollOffset;
IntSize m_contentsSize;
- int m_scrollbarsAvoidingResizer;
bool m_scrollbarsSuppressed;
bool m_inUpdateScrollbars;
« no previous file with comments | « content/renderer/render_widget_browsertest.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698