| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index 32e89d3cb8c65caf56eb6a0e081939df8ceff8cc..04daee6a4737c9eae0fde8a193fa7c4a2fa0ea51 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -78,6 +78,7 @@ class CC_EXPORT GLRenderer
|
| int line);
|
|
|
| bool CanUseSkiaGPUBackend() const;
|
| + void LazyLabelOffscreenContext();
|
|
|
| protected:
|
| GLRenderer(RendererClient* client,
|
| @@ -426,6 +427,7 @@ class CC_EXPORT GLRenderer
|
| TexturedQuadDrawCache draw_cache_;
|
| int highp_threshold_min_;
|
| int highp_threshold_cache_;
|
| + bool offscreen_context_labelled_;
|
|
|
| struct PendingAsyncReadPixels;
|
| ScopedPtrVector<PendingAsyncReadPixels> pending_async_read_pixels_;
|
|
|