Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.cc

Issue 12340015: [CLOSED] Big patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.h ('k') | content/browser/renderer_host/software_output_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698