| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 5e5ebcb95a7bd577e18d170fa373af0aa25a0e27..2a33cc08b5b80fb2ecce5f2a097e004fc6d5957a 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -640,6 +640,10 @@ WebKit::WebGraphicsContext3D* Layer::Context3d() {
|
| return texture_->HostContext3D();
|
| }
|
|
|
| +bool Layer::PrepareTextureMailbox(cc::TextureMailbox*) {
|
| + return false;
|
| +}
|
| +
|
| void Layer::SetForceRenderSurface(bool force) {
|
| if (force_render_surface_ == force)
|
| return;
|
|
|