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

Unified Diff: content/shell/test_runner/web_view_test_client.h

Issue 2762553002: Add canUpdateLayout & canHandleGestureEvent to WebViewClient. (Closed)
Patch Set: Fix merge issues. Created 3 years, 9 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/renderer/render_view_impl.cc ('k') | content/shell/test_runner/web_view_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/web_view_test_client.h
diff --git a/content/shell/test_runner/web_view_test_client.h b/content/shell/test_runner/web_view_test_client.h
index 75a78ac70cd79aa38441d923d03d4e52b2309a10..8e6a4f4bceef84f95577fe9cca3d43ef3649c414 100644
--- a/content/shell/test_runner/web_view_test_client.h
+++ b/content/shell/test_runner/web_view_test_client.h
@@ -47,6 +47,8 @@ class WebViewTestClient : public blink::WebViewClient {
blink::WebSpeechRecognizer* speechRecognizer() override;
blink::WebString acceptLanguages() override;
void didFocus() override;
+ bool canHandleGestureEvent() override;
+ bool canUpdateLayout() override;
private:
WebTestDelegate* delegate();
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/shell/test_runner/web_view_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698