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

Unified Diff: cc/test/test_delegating_output_surface.h

Issue 2237223004: Add/fix some comments for BlimpDelegatingOutputSurface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « blimp/client/feature/compositor/blimp_delegating_output_surface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_delegating_output_surface.h
diff --git a/cc/test/test_delegating_output_surface.h b/cc/test/test_delegating_output_surface.h
index f5ac2944d91690340fdef84def374803b3c06e12..fc5f1f81ae464ae8b33dddeca070c834509942a9 100644
--- a/cc/test/test_delegating_output_surface.h
+++ b/cc/test/test_delegating_output_surface.h
@@ -29,6 +29,7 @@ class TestDelegatingOutputSurfaceClient {
virtual void DisplayDidDrawAndSwap() = 0;
};
+// Delegating output surface that owns and forwards frames to a Display.
class TestDelegatingOutputSurface : public OutputSurface,
public SurfaceFactoryClient,
public DisplayClient {
@@ -78,8 +79,8 @@ class TestDelegatingOutputSurface : public OutputSurface,
private:
void DidDrawCallback(bool synchronous);
- // TODO(danakj): These don't to be stored in unique_ptrs when OutputSurface
- // is owned/destroyed on the compositor thread.
+ // TODO(danakj): These don't need to be stored in unique_ptrs when
+ // OutputSurface is owned/destroyed on the compositor thread.
std::unique_ptr<SurfaceManager> surface_manager_;
std::unique_ptr<SurfaceIdAllocator> surface_id_allocator_;
SurfaceId delegated_surface_id_;
« no previous file with comments | « blimp/client/feature/compositor/blimp_delegating_output_surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698