Index: ui/gl/gl_surface_stub.h |
diff --git a/ui/gl/gl_surface_stub.h b/ui/gl/gl_surface_stub.h |
index 87f5565582cb86c1e70620282fb365c93a07c6ee..7e11a9dfbae69ad49462ffe56ee46f868b70f9e5 100644 |
--- a/ui/gl/gl_surface_stub.h |
+++ b/ui/gl/gl_surface_stub.h |
@@ -31,7 +31,7 @@ class GL_EXPORT GLSurfaceStub : public GLSurface { |
void* GetHandle() override; |
bool BuffersFlipped() const override; |
GLSurfaceFormat GetFormat() override; |
- bool SupportsSetDrawRectangle() const override; |
+ bool SupportsDCLayers() const override; |
gfx::Vector2d GetDrawOffset() const override; |
protected: |