| Index: ui/compositor/compositor_switches.h
|
| diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
|
| index 0cc31be97b383808b4bf3797a3961ffc7d2b0c1f..09486411e729c0b50c6bbd546a263aad0ec806bc 100644
|
| --- a/ui/compositor/compositor_switches.h
|
| +++ b/ui/compositor/compositor_switches.h
|
| @@ -16,12 +16,14 @@ COMPOSITOR_EXPORT extern const char kUIEnableRGBA4444Textures[];
|
| COMPOSITOR_EXPORT extern const char kUIEnableZeroCopy[];
|
| COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
|
| COMPOSITOR_EXPORT extern const char kUISlowAnimations[];
|
| +COMPOSITOR_EXPORT extern const char kEnablePixelCanvasRecording[];
|
|
|
| } // namespace switches
|
|
|
| namespace ui {
|
|
|
| bool IsUIZeroCopyEnabled();
|
| +bool IsPixelCanvasRecordingEnabled();
|
|
|
| } // namespace ui
|
|
|
|
|