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

Unified Diff: content/browser/renderer_host/input/synthetic_pointer_action.h

Issue 2173073003: Move WebInputEvent into public/platform from public/web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build failure with android Created 4 years, 5 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/browser/renderer_host/input/synthetic_pointer_action.h
diff --git a/content/browser/renderer_host/input/synthetic_pointer_action.h b/content/browser/renderer_host/input/synthetic_pointer_action.h
index 683d1b71581143bd93360317de16ab671a82942c..a87ef7370d6b9e0633d500045a1005406f169a46 100644
--- a/content/browser/renderer_host/input/synthetic_pointer_action.h
+++ b/content/browser/renderer_host/input/synthetic_pointer_action.h
@@ -19,7 +19,7 @@ namespace content {
class CONTENT_EXPORT SyntheticPointerAction : public SyntheticGesture {
public:
- using IndexMap = std::array<int, WebTouchEvent::touchesLengthCap>;
+ using IndexMap = std::array<int, WebTouchEvent::kTouchesLengthCap>;
SyntheticPointerAction(
std::unique_ptr<std::vector<SyntheticPointerActionParams>> param_list,
« no previous file with comments | « components/test_runner/test_plugin.cc ('k') | content/browser/renderer_host/input/synthetic_pointer_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698