| Index: ui/gl/gl_image_stub.cc
|
| diff --git a/ui/gl/gl_image_stub.cc b/ui/gl/gl_image_stub.cc
|
| index 980bff4d4634436c6ed003310163b32a41a827f9..1c8e469745f984a75206d220c4e691b6b925dec0 100644
|
| --- a/ui/gl/gl_image_stub.cc
|
| +++ b/ui/gl/gl_image_stub.cc
|
| @@ -14,6 +14,8 @@ gfx::Size GLImageStub::GetSize() { return gfx::Size(1, 1); }
|
|
|
| bool GLImageStub::BindTexImage(unsigned target) { return true; }
|
|
|
| +bool GLImageStub::CopyTexImage(unsigned target) { return true; }
|
| +
|
| bool GLImageStub::ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| int z_order,
|
| OverlayTransform transform,
|
|
|