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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2644243002: Move ScrollableArea timer to TaskRunnerTimer. (Closed)
Patch Set: use derived class in unique_ptr Created 3 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: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index dd910699fcfea95e3631ce533107d047b5db2c82..e38398dbc91a8c7ce7a728072d403081e8f6ebf1 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -433,6 +433,8 @@ class CORE_EXPORT PaintLayerScrollableArea final
const LayoutObject*,
unsigned = 0) const final;
+ RefPtr<WebTaskRunner> getTimerTaskRunner() const final;
+
bool shouldRebuildHorizontalScrollbarLayer() const {
return m_rebuildHorizontalScrollbarLayer;
}

Powered by Google App Engine
This is Rietveld 408576698