| Index: src/core/SkRecordOpts.h
|
| diff --git a/src/core/SkRecordOpts.h b/src/core/SkRecordOpts.h
|
| index b535ec958ad970b0f6a7bcc77a1766a7ecb53170..da7279652cd8e75669fc5ce1401aebdc86b51619 100644
|
| --- a/src/core/SkRecordOpts.h
|
| +++ b/src/core/SkRecordOpts.h
|
| @@ -13,9 +13,6 @@
|
| // Run all optimizations in recommended order.
|
| void SkRecordOptimize(SkRecord*);
|
|
|
| -// NoOp away pointless PushCull/PopCull pairs with nothing between them.
|
| -void SkRecordNoopCulls(SkRecord*);
|
| -
|
| // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
|
| void SkRecordNoopSaveRestores(SkRecord*);
|
|
|
| @@ -23,13 +20,7 @@ void SkRecordNoopSaveRestores(SkRecord*);
|
| // draw, and no-op the SaveLayer and Restore.
|
| void SkRecordNoopSaveLayerDrawRestores(SkRecord*);
|
|
|
| -// Annotates PushCull commands with the relative offset of their paired PopCull.
|
| -void SkRecordAnnotateCullingPairs(SkRecord*);
|
| -
|
| // Convert DrawPosText to DrawPosTextH when all the Y coordinates are equal.
|
| void SkRecordReduceDrawPosTextStrength(SkRecord*);
|
|
|
| -// Calculate min and max Y bounds for DrawPosTextH commands, for use with SkCanvas::quickRejectY.
|
| -void SkRecordBoundDrawPosTextH(SkRecord*);
|
| -
|
| #endif//SkRecordOpts_DEFINED
|
|
|