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

Unified Diff: Source/core/paint/DeprecatedPaintLayerScrollableArea.h

Issue 1292513002: Create custom scrollbars when html element has overflow:scroll (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/core/paint/DeprecatedPaintLayerScrollableArea.h
diff --git a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
index 035d19ea20e288eda978515fd4cd133989795910..617a8bb3a330f9c988515130d9f857ad1cf214ed 100644
--- a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
+++ b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
@@ -234,6 +234,8 @@ private:
bool hasScrollableVerticalOverflow() const;
bool visualViewportSuppliesScrollbars() const;
+ bool needsScrollbarReconstruction() const;
+
void computeScrollDimensions();
// TODO(bokan): This method hides the base class version and is subtly different.

Powered by Google App Engine
This is Rietveld 408576698