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

Unified Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2128113002: Use a cc::Display for WebView resourceless software draws. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: displaywebview: mojom Created 4 years, 5 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
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/compositor_frame_metadata.mojom
diff --git a/cc/ipc/compositor_frame_metadata.mojom b/cc/ipc/compositor_frame_metadata.mojom
index 8db3460dd018d915ac00f0e03cbf51f2f24952dc..93d1ca9f56c1e86b29af6406b0c30e52e3352001 100644
--- a/cc/ipc/compositor_frame_metadata.mojom
+++ b/cc/ipc/compositor_frame_metadata.mojom
@@ -20,6 +20,7 @@ struct CompositorFrameMetadata {
float max_page_scale_factor;
bool root_overflow_x_hidden;
bool root_overflow_y_hidden;
+ bool is_resourceless_software_draw_with_scroll_or_animation;
gfx.mojom.Vector2dF location_bar_offset;
gfx.mojom.Vector2dF location_bar_content_translation;
uint32 root_background_color;
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698