| Index: cc/output/output_surface.cc
|
| diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc
|
| index 3af1fd9ba20e15c30cdb4438a6ce6ee36bd99f4a..7a7bdb00ac52e6a9be839d2eb0d59a79c73a34bb 100644
|
| --- a/cc/output/output_surface.cc
|
| +++ b/cc/output/output_surface.cc
|
| @@ -68,6 +68,10 @@ OutputSurface::OutputSurface(
|
| OutputSurface::~OutputSurface() {
|
| }
|
|
|
| +bool OutputSurface::ForcedDrawToSoftwareDevice() const {
|
| + return false;
|
| +}
|
| +
|
| bool OutputSurface::BindToClient(
|
| cc::OutputSurfaceClient* client) {
|
| DCHECK(client);
|
|
|