Chromium Code Reviews| Index: ui/gl/gl_surface_stub.cc |
| diff --git a/ui/gl/gl_surface_stub.cc b/ui/gl/gl_surface_stub.cc |
| index 857a4ef8cf418646c217853f2b9b745811dcde7a..6f93fa8c058ee440d7f5097273bffc7b6ede82c0 100644 |
| --- a/ui/gl/gl_surface_stub.cc |
| +++ b/ui/gl/gl_surface_stub.cc |
| @@ -39,7 +39,7 @@ GLSurfaceFormat GLSurfaceStub::GetFormat() { |
| return GLSurfaceFormat(); |
| } |
| -bool GLSurfaceStub::SupportsSetDrawRectangle() const { |
| +bool GLSurfaceStub::SupportsDCLayers() const { |
| return supports_draw_rectangle_; |
| } |