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

Unified Diff: cc/output/gl_renderer_unittest.cc

Issue 467183003: Minor scoped_refptr cleanup in cc::OutputSurface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: With raw pointer Created 6 years, 4 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 | « no previous file | cc/output/output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer_unittest.cc
diff --git a/cc/output/gl_renderer_unittest.cc b/cc/output/gl_renderer_unittest.cc
index 2ca7444f6f56a69046d2b8ab5b0c526f8d13e132..41fa60ef63aa132256c45121319051d4d69abbd5 100644
--- a/cc/output/gl_renderer_unittest.cc
+++ b/cc/output/gl_renderer_unittest.cc
@@ -1647,8 +1647,8 @@ class MockOutputSurfaceTest : public GLRendererTest {
OutputSurfaceMockContext* Context() {
return static_cast<OutputSurfaceMockContext*>(
- static_cast<TestContextProvider*>(
- output_surface_.context_provider().get())->TestContext3d());
+ static_cast<TestContextProvider*>(output_surface_.context_provider())
+ ->TestContext3d());
}
LayerTreeSettings settings_;
« no previous file with comments | « no previous file | cc/output/output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698