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

Unified Diff: cc/ipc/quads.mojom

Issue 2056703002: Remove dead code: mojom CheckerboardQuadState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index ec4201bfc0c85a98b5f026a2da3a73c57a6813b7..412ec8fa76892ce6454f2ff068bfbdd10e78ee30 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -15,15 +15,6 @@ struct Color {
uint32 rgba;
};
-struct CheckerboardQuadState {
- // Checkerboard color.
- Color color;
-
- // The scale factor of checkers. Chromium uses device scale factor for
- // it.
- float scale;
-};
-
struct DebugBorderQuadState {
// Debug border color.
Color color;
@@ -144,7 +135,6 @@ struct DrawQuad {
uint32 shared_quad_state_index;
// Only one of the following will be set, depending on the material.
- CheckerboardQuadState? checkerboard_quad_state;
DebugBorderQuadState? debug_border_quad_state;
IoSurfaceContentQuadState? io_surface_quad_state;
RenderPassQuadState? render_pass_quad_state;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698