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

Unified Diff: content/renderer/gpu/input_handler_wrapper.cc

Issue 18883003: add missing headers in gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more missing headers Created 7 years, 5 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
« no previous file with comments | « content/renderer/gpu/input_handler_manager_client.h ('k') | gpu/command_buffer/service/memory_tracking.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_handler_wrapper.cc
diff --git a/content/renderer/gpu/input_handler_wrapper.cc b/content/renderer/gpu/input_handler_wrapper.cc
index 5ee88e224ca3a39c9a19e924ecfffa3810cc2aba..a16d0b80e1708e7b3a553f82e9ca2a0b195914ad 100644
--- a/content/renderer/gpu/input_handler_wrapper.cc
+++ b/content/renderer/gpu/input_handler_wrapper.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/gpu/input_handler_wrapper.h"
-
+#include "base/message_loop/message_loop_proxy.h"
#include "content/renderer/gpu/input_event_filter.h"
#include "content/renderer/gpu/input_handler_manager.h"
+#include "content/renderer/gpu/input_handler_wrapper.h"
apatrick_chromium 2013/07/11 18:41:06 We like to make the header file corresponding to t
Mostyn Bramley-Moore 2013/07/11 18:45:17 I did this to avoid a presubmit warning- I'll chan
Mostyn Bramley-Moore 2013/07/11 18:53:05 Done.
#include "third_party/WebKit/public/platform/Platform.h"
namespace content {
« no previous file with comments | « content/renderer/gpu/input_handler_manager_client.h ('k') | gpu/command_buffer/service/memory_tracking.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698