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

Unified Diff: content/renderer/gpu/render_widget_compositor.cc

Issue 1287043002: cc: Setup API to release OutputSurface from LTHClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 5 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
« cc/trees/thread_proxy.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/render_widget_compositor.cc
diff --git a/content/renderer/gpu/render_widget_compositor.cc b/content/renderer/gpu/render_widget_compositor.cc
index 7f83ee9415092d775890b5de5b2bc8e46667367a..5b5e8528ac3660b22c61dc4eb8218af4516e885c 100644
--- a/content/renderer/gpu/render_widget_compositor.cc
+++ b/content/renderer/gpu/render_widget_compositor.cc
@@ -215,8 +215,7 @@ RenderWidgetCompositor::RenderWidgetCompositor(
widget_(widget),
compositor_deps_(compositor_deps),
layout_and_paint_async_callback_(nullptr),
- weak_factory_(this) {
-}
+ weak_factory_(this) {}
no sievers 2015/09/10 17:27:45 nit: change not needed, remove this file from patc
void RenderWidgetCompositor::Initialize() {
base::CommandLine* cmd = base::CommandLine::ForCurrentProcess();
« cc/trees/thread_proxy.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698