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

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

Issue 2657183002: Use full mapLocalToAncestor machinery in ScrollingCoordinator. (Closed)
Patch Set: Delete unused test file 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 e38398dbc91a8c7ce7a728072d403081e8f6ebf1..53a5b52e56ef8910b481493d92f9a1e80fc891b9 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -345,10 +345,6 @@ class CORE_EXPORT PaintLayerScrollableArea final
bool inResizeMode() const { return m_inResizeMode; }
void setInResizeMode(bool inResizeMode) { m_inResizeMode = inResizeMode; }
- IntRect touchResizerCornerRect(const IntRect& bounds) const {
- return resizerCornerRect(bounds, ResizerForTouch);
- }
-
LayoutUnit scrollWidth() const;
LayoutUnit scrollHeight() const;
int pixelSnappedScrollWidth() const;

Powered by Google App Engine
This is Rietveld 408576698