| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index df6f2312d0c32ab4aa56bbc3697f0c34dbb39ff7..9584567e4a34901f9953c97b4439db6dace9f898 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -45,6 +45,12 @@
|
|
|
| class SkPictureRecorder;
|
|
|
| +namespace gpu {
|
| +namespace gles2 {
|
| +class GLES2Interface;
|
| +}
|
| +}
|
| +
|
| namespace blink {
|
|
|
| class Canvas2DLayerBridgeHistogramLogger;
|
| @@ -174,6 +180,7 @@ private:
|
|
|
| Canvas2DLayerBridge(PassOwnPtr<WebGraphicsContext3DProvider>, const IntSize&, int msaaSampleCount, OpacityMode, AccelerationMode);
|
| WebGraphicsContext3D* context();
|
| + gpu::gles2::GLES2Interface* contextGL();
|
| void startRecording();
|
| void skipQueuedDrawCommands();
|
| void flushRecordingOnly();
|
|
|