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

Unified Diff: core/win/d3d9/renderer_d3d9.cc

Issue 199066: Make more stuff private in renderer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 3 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 | « core/cross/renderer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/win/d3d9/renderer_d3d9.cc
===================================================================
--- core/win/d3d9/renderer_d3d9.cc (revision 25781)
+++ core/win/d3d9/renderer_d3d9.cc (working copy)
@@ -1266,7 +1266,7 @@
// Direct3d tells us it is possible to reset the device now..
// So let's attempt a reset!
if (ResetDevice()) {
- lost_resources_callback_manager_.Run();
+ CallLostResourcesCallback();
}
}
}
« no previous file with comments | « core/cross/renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698