Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 3ad133c484bc62b7acbf22b48cffc7fb2eab35b5..39a20d11c9821eab814c6a7e8b931ab3f8fb795a 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_handle.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,8 @@ 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::SelectionHandle::Type, |
+ cc::SelectionHandle::TYPE_LAST) |
IPC_ENUM_TRAITS_MAX_VALUE(SkXfermode::Mode, SkXfermode::kLastMode) |
IPC_ENUM_TRAITS_MAX_VALUE(cc::YUVVideoDrawQuad::ColorSpace, |
cc::YUVVideoDrawQuad::COLOR_SPACE_LAST) |
@@ -251,6 +254,12 @@ IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) |
IPC_STRUCT_TRAITS_MEMBER(lost) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(cc::SelectionHandle) |
+ IPC_STRUCT_TRAITS_MEMBER(type) |
+ IPC_STRUCT_TRAITS_MEMBER(bounds) |
+ 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) |
@@ -268,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(start_selection_handle) |
+ IPC_STRUCT_TRAITS_MEMBER(end_selection_handle) |
IPC_STRUCT_TRAITS_MEMBER(latency_info) |
IPC_STRUCT_TRAITS_END() |