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

Unified Diff: cc/ipc/compositor_frame_struct_traits.h

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Fixed android_clang bot failure 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: cc/ipc/compositor_frame_struct_traits.h
diff --git a/cc/ipc/compositor_frame_struct_traits.h b/cc/ipc/compositor_frame_struct_traits.h
index 7650252efd80dac6d3b20f49b98886d81ff38175..662c1c5c12227d33536b052c89c1fa500b73e585 100644
--- a/cc/ipc/compositor_frame_struct_traits.h
+++ b/cc/ipc/compositor_frame_struct_traits.h
@@ -5,7 +5,7 @@
#ifndef CC_IPC_COMPOSITOR_FRAME_STRUCT_TRAITS_H_
#define CC_IPC_COMPOSITOR_FRAME_STRUCT_TRAITS_H_
-#include "cc/ipc/compositor_frame.mojom.h"
+#include "cc/ipc/compositor_frame.mojom-shared.h"
dcheng 2016/08/29 20:10:37 I guess this is code that's shared by the Chromium
xlai (Olivia) 2016/08/29 21:43:11 This is something newly implemented in crbug.com/6
#include "cc/output/compositor_frame.h"
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698