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

Unified Diff: content/renderer/webscrollbarbehavior_impl_gtkoraura.h

Issue 2227563003: Refactoring button field and its type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix new instances Created 4 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: content/renderer/webscrollbarbehavior_impl_gtkoraura.h
diff --git a/content/renderer/webscrollbarbehavior_impl_gtkoraura.h b/content/renderer/webscrollbarbehavior_impl_gtkoraura.h
index 3b0eb61905b3052410b37a17f849971758b5a445..dcfb20000fd179b4a02b828d476e858e0ca32f98 100644
--- a/content/renderer/webscrollbarbehavior_impl_gtkoraura.h
+++ b/content/renderer/webscrollbarbehavior_impl_gtkoraura.h
@@ -11,7 +11,7 @@ namespace content {
class WebScrollbarBehaviorImpl : public blink::WebScrollbarBehavior {
public:
- bool shouldCenterOnThumb(blink::WebScrollbarBehavior::Button mouseButton,
+ bool shouldCenterOnThumb(blink::WebPointerProperties::Button mouseButton,
bool shiftKeyPressed,
bool altKeyPressed) override;
bool shouldSnapBackToDragOrigin(const blink::WebPoint& eventPoint,
« no previous file with comments | « content/renderer/render_widget_fullscreen_pepper.cc ('k') | content/renderer/webscrollbarbehavior_impl_gtkoraura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698