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

Unified Diff: Source/platform/scroll/Scrollbar.cpp

Issue 1215063006: Oilpan: disconnected scrollbars must be externally observable as such. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/Scrollbar.cpp
diff --git a/Source/platform/scroll/Scrollbar.cpp b/Source/platform/scroll/Scrollbar.cpp
index b6fcb3e3c1ee25b5e53fbd028bc3a4624b1d82de..12bd604d0bfa064be66f3a3728a54403af26b7a0 100644
--- a/Source/platform/scroll/Scrollbar.cpp
+++ b/Source/platform/scroll/Scrollbar.cpp
@@ -143,10 +143,7 @@ void Scrollbar::offsetDidChange()
void Scrollbar::disconnectFromScrollableArea()
{
-#if !ENABLE(OILPAN)
- // TODO(Oilpan): remove method once transitioned.
m_scrollableArea = nullptr;
-#endif
}
void Scrollbar::setProportion(int visibleSize, int totalSize)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698