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

Unified Diff: content/common/BUILD.gn

Issue 2482453002: Don't restart the hang renderer timeout on messages ack'd from the compositor thread. (Closed)
Patch Set: Fix comments Created 4 years, 1 month 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index d975ab3914f67f774ed7f9ac288bfa48b38729c0..ed827610ea9280eb4fc8b4d5c747fb8bd441afe9 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -159,6 +159,8 @@ source_set("common") {
"input/input_event.h",
"input/input_event_ack.cc",
"input/input_event_ack.h",
+ "input/input_event_ack_source.h",
+ "input/input_event_ack_state.h",
Charlie Reis 2016/11/04 21:14:17 Was this one just missing before? I see the file
dtapuska 2016/11/07 16:41:27 Yup it was missing
"input/input_event_dispatch_type.h",
"input/input_event_stream_validator.cc",
"input/input_event_stream_validator.h",
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura_unittest.cc ('k') | content/common/input/input_event_ack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698