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

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

Issue 815363003: FrameView now notifies ScrollCoorinator of changes in its scrollable area set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve test Created 5 years, 11 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
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 2fcbe698933e1c52bf877d721dcdc07adf987492..f3a5101aa3e1a58c38b6db075547630b14d8d27b 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -59,6 +59,7 @@ class RenderObject;
class RenderPart;
class RenderScrollbarPart;
class RenderView;
+class ScrollingCoordinator;
struct CompositedSelectionBound;
typedef unsigned long long DOMTimeStamp;
@@ -685,6 +686,8 @@ private:
bool isFrameViewScrollbar(const Widget* child) const { return horizontalScrollbar() == child || verticalScrollbar() == child; }
+ ScrollingCoordinator* scrollingCoordinator();
+
static double s_currentFrameTimeStamp; // used for detecting decoded resource thrash in the cache
LayoutSize m_size;

Powered by Google App Engine
This is Rietveld 408576698