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

Unified Diff: content/renderer/render_widget.h

Issue 1287043002: cc: Setup API to release OutputSurface from LTHClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test Created 5 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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index ba70c40ba3e6cb6d8f81ed2be347e0a124c41411..4b2731a5fc9dd7004b266ef1f097347bf778cf92 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -815,6 +815,7 @@ class CONTENT_EXPORT RenderWidget
ui::MenuSourceType context_menu_source_type_;
bool has_host_context_menu_location_;
gfx::Point host_context_menu_location_;
+ scoped_ptr<cc::OutputSurface> output_surface_;
no sievers 2015/09/10 00:00:22 remove
sohanjg 2015/09/10 15:07:23 Done.
DISALLOW_COPY_AND_ASSIGN(RenderWidget);
};

Powered by Google App Engine
This is Rietveld 408576698