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

Unified Diff: blimp/client/core/compositor/delegated_output_surface.h

Issue 2329623003: cc: Remove unneeded methods from OutputSurface. (Closed)
Patch Set: superandroid Created 4 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
Index: blimp/client/core/compositor/delegated_output_surface.h
diff --git a/blimp/client/core/compositor/delegated_output_surface.h b/blimp/client/core/compositor/delegated_output_surface.h
index 0482a65386f5d2514ab17322be1ebf8695d130b1..e73b79144bb65b700007658a8e6cddebff16de32 100644
--- a/blimp/client/core/compositor/delegated_output_surface.h
+++ b/blimp/client/core/compositor/delegated_output_surface.h
@@ -49,7 +49,7 @@ class DelegatedOutputSurface : public cc::OutputSurface,
private:
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
- base::WeakPtr<BlimpOutputSurfaceClient> client_;
+ base::WeakPtr<BlimpOutputSurfaceClient> blimp_client_;
bool bound_to_client_;
« no previous file with comments | « android_webview/browser/parent_output_surface.cc ('k') | blimp/client/core/compositor/delegated_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698