Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 8a4dcfe14ea46999730803e40c57d61dfdd273e6..2ad383b83842a4f4066d056412a6303a9279c584 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -8,6 +8,7 @@ |
#include "cc/output/compositor_frame.h" |
#include "cc/output/compositor_frame_ack.h" |
#include "cc/output/filter_operation.h" |
+#include "cc/output/selection_bound.h" |
#include "cc/quads/checkerboard_draw_quad.h" |
#include "cc/quads/debug_border_draw_quad.h" |
#include "cc/quads/draw_quad.h" |
@@ -130,6 +131,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(cc::IOSurfaceDrawQuad::Orientation, |
IPC_ENUM_TRAITS_MAX_VALUE(cc::FilterOperation::FilterType, |
cc::FilterOperation::FILTER_TYPE_LAST ) |
IPC_ENUM_TRAITS_MAX_VALUE(cc::ResourceFormat, cc::RESOURCE_FORMAT_MAX) |
+IPC_ENUM_TRAITS_MAX_VALUE(cc::SelectionBoundType, cc::SELECTION_BOUND_TYPE_LAST) |
IPC_ENUM_TRAITS_MAX_VALUE(SkXfermode::Mode, SkXfermode::kLastMode) |
IPC_ENUM_TRAITS_MAX_VALUE(cc::YUVVideoDrawQuad::ColorSpace, |
cc::YUVVideoDrawQuad::COLOR_SPACE_LAST) |
@@ -252,6 +254,12 @@ IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) |
IPC_STRUCT_TRAITS_MEMBER(lost) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(cc::SelectionBound) |
+ IPC_STRUCT_TRAITS_MEMBER(type) |
+ IPC_STRUCT_TRAITS_MEMBER(viewport_rect) |
+ IPC_STRUCT_TRAITS_MEMBER(visible) |
+IPC_STRUCT_TRAITS_END() |
+ |
IPC_STRUCT_TRAITS_BEGIN(cc::BeginFrameArgs) |
IPC_STRUCT_TRAITS_MEMBER(frame_time) |
IPC_STRUCT_TRAITS_MEMBER(deadline) |
@@ -269,6 +277,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata) |
IPC_STRUCT_TRAITS_MEMBER(location_bar_offset) |
IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation) |
IPC_STRUCT_TRAITS_MEMBER(overdraw_bottom_height) |
+ IPC_STRUCT_TRAITS_MEMBER(selection_anchor) |
+ IPC_STRUCT_TRAITS_MEMBER(selection_focus) |
IPC_STRUCT_TRAITS_MEMBER(latency_info) |
IPC_STRUCT_TRAITS_END() |