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

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

Issue 2213553002: Delete FrameView::rectToCopyOnScroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | 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 2087bfe2ebb632c072dd36eb436ea0e5be315592..9511bd39e10e280e7e0e5e4b9bac01db23b710ed 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -405,9 +405,6 @@ public:
// host window in the window's coordinate space.
HostWindow* getHostWindow() const;
- // Returns a clip rect in host window coordinates. Used to clip the blit on a scroll.
- IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const;
-
typedef HeapHashSet<Member<Widget>> ChildrenWidgetSet;
// Functions for child manipulation and inspection.
@@ -627,7 +624,7 @@ protected:
bool scrollContentsFastPath(const IntSize& scrollDelta);
// Scroll the content by invalidating everything.
- void scrollContentsSlowPath(const IntRect& updateRect);
+ void scrollContentsSlowPath();
// These functions are used to create/destroy scrollbars.
void setHasHorizontalScrollbar(bool);
@@ -757,8 +754,6 @@ private:
void adjustScrollPositionFromUpdateScrollbars();
bool visualViewportSuppliesScrollbars() const;
- IntRect rectToCopyOnScroll() const;
-
bool isFrameViewScrollbar(const Widget* child) const { return horizontalScrollbar() == child || verticalScrollbar() == child; }
ScrollingCoordinator* scrollingCoordinator() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698