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

Unified Diff: content/renderer/webscrollbarbehavior_impl_mac.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_mac.h
diff --git a/content/renderer/webscrollbarbehavior_impl_mac.h b/content/renderer/webscrollbarbehavior_impl_mac.h
index efb3f6e60401de961d5d6a00615b8edee9cb597c..e2bc491bcfcda7fd16b8c96050bd26039bbf8ca0 100644
--- a/content/renderer/webscrollbarbehavior_impl_mac.h
+++ b/content/renderer/webscrollbarbehavior_impl_mac.h
@@ -13,7 +13,7 @@ class WebScrollbarBehaviorImpl : public blink::WebScrollbarBehavior {
public:
WebScrollbarBehaviorImpl();
- bool shouldCenterOnThumb(blink::WebScrollbarBehavior::Button mouseButton,
+ bool shouldCenterOnThumb(blink::WebPointerProperties::Button mouseButton,
bool shiftKeyPressed,
bool altKeyPressed) override;
« no previous file with comments | « content/renderer/webscrollbarbehavior_impl_gtkoraura.cc ('k') | content/renderer/webscrollbarbehavior_impl_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698