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 0654fde77ff45ba4de32cb12103e30fe06a78905..4b83705450b37da7d0fa219489f3aeae77b18307 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h |
+++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h |
@@ -58,7 +58,6 @@ namespace blink { |
class Canvas2DLayerBridgeHistogramLogger; |
class Canvas2DLayerBridgeTest; |
class ImageBuffer; |
-class WebGraphicsContext3D; |
class WebGraphicsContext3DProvider; |
class SharedContextRateLimiter; |
@@ -184,7 +183,6 @@ private: |
}; |
Canvas2DLayerBridge(PassOwnPtr<WebGraphicsContext3DProvider>, const IntSize&, int msaaSampleCount, OpacityMode, AccelerationMode); |
- WebGraphicsContext3D* context(); |
gpu::gles2::GLES2Interface* contextGL(); |
void startRecording(); |
void skipQueuedDrawCommands(); |