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

Unified Diff: ui/aura/window.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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ui/base/x/x11_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index 35e7e4ec690025fda91ef4403b3ca55c4800b39f..08711e6193b20739c119652a6def463837b86b8d 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -314,6 +314,8 @@ void Window::SchedulePaintInRect(const gfx::Rect& rect) {
}
void Window::SetExternalTexture(ui::Texture* texture) {
+ printf("\t%d\tWindow::SetExternalTexture this %p tex %p\n",
+ getpid(), this, texture);
layer_->SetExternalTexture(texture);
}
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ui/base/x/x11_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698