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

Unified Diff: content/public/renderer/render_view.h

Issue 2060713002: Respect the order of input messages from browser to renderer (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2743
Patch Set: Created 4 years, 6 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/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 8c036d505a80c1be74911842fe56ad7b433ae032..9aa06333ca4e7a22b17b85ce7d6ef2a54e2e56fc 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -151,6 +151,8 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
// Returns the device scale factor for unit tests.
virtual float GetDeviceScaleFactorForTest() const = 0;
+ virtual bool HasAddedInputHandler() const = 0;
+
protected:
~RenderView() override {}

Powered by Google App Engine
This is Rietveld 408576698