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

Unified Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 2229223002: Route IME-related IPCs to the active/focused RenderWidget (Mac) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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/browser/renderer_host/render_widget_host_view_base.h
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
index 620b0eed3c5748f46b6c73c56423b4020d8087b5..7473b4aabd24b3fe40f167dabc9cefb37111ad0b 100644
--- a/content/browser/renderer_host/render_widget_host_view_base.h
+++ b/content/browser/renderer_host/render_widget_host_view_base.h
@@ -16,6 +16,7 @@
#include "base/macros.h"
#include "base/observer_list.h"
#include "base/process/kill.h"
+#include "base/strings/string16.h"
Avi (use Gerrit) 2016/08/10 21:01:40 Why do you need this include?
EhsanK 2016/08/10 21:27:28 We are using it in multiple places in this file. I
#include "base/timer/timer.h"
#include "build/build_config.h"
#include "cc/output/compositor_frame.h"

Powered by Google App Engine
This is Rietveld 408576698