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

Unified Diff: content/common/cc_messages.h

Issue 494823002: Plumb selection edge points through the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Order tweak Created 6 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: content/common/cc_messages.h
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index 5a84551e8b02ef41ddbc594c771496d36e18e860..dddb88a0ddddcd18833996795b905c37989eab43 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -263,7 +263,8 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(cc::ViewportSelectionBound)
IPC_STRUCT_TRAITS_MEMBER(type)
- IPC_STRUCT_TRAITS_MEMBER(viewport_rect)
+ IPC_STRUCT_TRAITS_MEMBER(edge_top)
+ IPC_STRUCT_TRAITS_MEMBER(edge_bottom)
IPC_STRUCT_TRAITS_MEMBER(visible)
IPC_STRUCT_TRAITS_END()

Powered by Google App Engine
This is Rietveld 408576698