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

Unified Diff: Source/platform/scroll/ScrollView.h

Issue 527263002: Clean-up hit-testing of scrollbars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix scrollbar-ticks-hittest test Created 6 years, 3 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 | « Source/core/rendering/RenderView.cpp ('k') | Source/platform/scroll/ScrollView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollView.h
diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h
index 3eb8d3b3681c7f960f940dccdbf99912cdd6a994..47d50c16ec90864623e0d7da675435b9796ffce4 100644
--- a/Source/platform/scroll/ScrollView.h
+++ b/Source/platform/scroll/ScrollView.h
@@ -204,7 +204,8 @@ public:
virtual void setFrameRect(const IntRect&) OVERRIDE;
// For platforms that need to hit test scrollbars from within the engine's event handlers (like Win32).
- Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint);
+ Scrollbar* scrollbarAtWindowPoint(const IntPoint& windowPoint);
+ Scrollbar* scrollbarAtViewPoint(const IntPoint& viewPoint);
virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE
{
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | Source/platform/scroll/ScrollView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698