Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h |
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h |
index 34c9ed1bbc664ad1e3e70f00512b08170a85ff1f..3a37b319c62ac3fd88c7aadef6a527a3c7821ab2 100644 |
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h |
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h |
@@ -130,6 +130,8 @@ public: |
IntRect convertToContainingWidget(const IntRect&) const override; |
IntRect convertFromContainingWidget(const IntRect&) const override; |
+ FloatRect convertToContainingWidget(const FloatRect&) const override; |
+ |
IntPoint convertToContainingWidget(const IntPoint&) const override; |
IntPoint convertFromContainingWidget(const IntPoint&) const override; |