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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.h

Issue 11195011: Send vsync timebase updates to the browser compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use the existing output surface mechanism to feed vsync info into the compositor Created 8 years, 2 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/gpu/gpu_process_host_ui_shim.h
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
index f313863762316cb68bdcbbee16ee3c86ae0239e5..fdc2d301988a8b1f86b6ab1ad0c65b1eec01cf8f 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -21,6 +21,7 @@
#include "content/common/message_router.h"
#include "content/public/common/gpu_info.h"
#include "content/public/common/gpu_memory_stats.h"
+#include "ipc/ipc_channel_proxy.h"
piman 2012/10/24 16:56:54 This doesn't seem used in this file. Remove?
ajuma 2012/10/26 20:12:39 Done.
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"

Powered by Google App Engine
This is Rietveld 408576698