| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index ad3c31cc33538e56ae91737a9f9a57b588977d19..9bb17daf8e48bf937adbb2d3b63823184a183a21 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* mailbox) {
|
| + return false;
|
| +}
|
| +
|
| void Layer::SetForceRenderSurface(bool force) {
|
| if (force_render_surface_ == force)
|
| return;
|
|
|