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

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

Issue 1877073003: Respect the order of input messages from browser to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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
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..2a8f0dc9d3564b72e8cf971716fc24dc963714f7 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -151,6 +151,9 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
// Returns the device scale factor for unit tests.
virtual float GetDeviceScaleFactorForTest() const = 0;
+ // Whether we have added input handler or not.
no sievers 2016/06/01 22:14:47 nit: the comment does not add any information that
Changwan Ryu 2016/06/03 06:48:29 Removed.
+ virtual bool HasAddedInputHandler() const = 0;
+
protected:
~RenderView() override {}

Powered by Google App Engine
This is Rietveld 408576698