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

Unified Diff: content/renderer/render_view_impl.h

Issue 2863693003: Unify TouchAction classes (Closed)
Patch Set: add cstdlib Created 3 years, 7 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 | « content/common/input_messages.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 2194b73e136fc3a203a49216ca240a19d2fa431a..192aa93ca894f39aa6670bf8ba3d08173583a500 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -276,7 +276,7 @@ class CONTENT_EXPORT RenderViewImpl
blink::WebScreenInfo GetScreenInfo() override;
void SetToolTipText(const blink::WebString&,
blink::WebTextDirection hint) override;
- void SetTouchAction(blink::WebTouchAction touchAction) override;
+ void SetTouchAction(cc::TouchAction touchAction) override;
void ShowUnhandledTapUIIfNeeded(const blink::WebPoint& tappedPosition,
const blink::WebNode& tappedNode,
bool pageChanged) override;
« no previous file with comments | « content/common/input_messages.h ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698