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

Unified Diff: content/public/common/input_event_ack_state.h

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make InputEventAckState public Created 7 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/common/input_event_ack_state.h
diff --git a/content/port/common/input_event_ack_state.h b/content/public/common/input_event_ack_state.h
similarity index 73%
rename from content/port/common/input_event_ack_state.h
rename to content/public/common/input_event_ack_state.h
index 55fd99c7d32f265beb92efd753579859a6ac5ad9..ebcc48eadbe9dcac396ead9de376dff850f53370 100644
--- a/content/port/common/input_event_ack_state.h
+++ b/content/public/common/input_event_ack_state.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_
-#define CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_
+#ifndef CONTENT_PUBLIC_COMMON_INPUT_EVENT_ACK_STATE_H_
+#define CONTENT_PUBLIC_COMMON_INPUT_EVENT_ACK_STATE_H_
namespace content {
@@ -17,4 +17,4 @@ enum InputEventAckState {
} // namespace content
-#endif // CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_
+#endif // CONTENT_PUBLIC_COMMON_INPUT_EVENT_ACK_STATE_H_

Powered by Google App Engine
This is Rietveld 408576698