| Index: content/browser/renderer_host/render_widget_host_view_aura.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| index 1a0563a66601d2bde050edc000ea200c2a3db6ee..f01708a8b1589972f8a673032193a32c419a901e 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| @@ -1122,6 +1122,10 @@ void RenderWidgetHostViewAura::UpdateExternalTexture() {
|
| if (accelerated_compositing_state_changed_)
|
| accelerated_compositing_state_changed_ = false;
|
|
|
| + CHECK(false);
|
| + printf("\t%d\5 host_: %p host_->is_accelerated_compositing_active(): %d\n",
|
| + getpid(), host_,
|
| + host_ ? host_->is_accelerated_compositing_active() : -1);
|
| if (current_surface_ && host_->is_accelerated_compositing_active()) {
|
| window_->SetExternalTexture(current_surface_.get());
|
|
|
|
|