| Index: cc/output/overlay_candidate.h
|
| diff --git a/cc/output/overlay_candidate.h b/cc/output/overlay_candidate.h
|
| index f54a7ddf113c31dbdb5d026827f821528a4e1049..2584d9b0122b548b2554793de4eec2a7766c5ac2 100644
|
| --- a/cc/output/overlay_candidate.h
|
| +++ b/cc/output/overlay_candidate.h
|
| @@ -31,6 +31,10 @@ class CC_EXPORT OverlayCandidate {
|
| // Returns true and fills in |candidate| if |draw_quad| is of a known quad
|
| // type and contains an overlayable resource.
|
| static bool FromDrawQuad(const DrawQuad* quad, OverlayCandidate* candidate);
|
| + // Returns true if |quad| will not block quads underneath from becoming
|
| + // an overlay.
|
| + static bool IsInvisibleQuad(const DrawQuad* quad);
|
| +
|
| OverlayCandidate();
|
| ~OverlayCandidate();
|
|
|
|
|