Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 25bee8e0d9edfc1d19be55e41b88296d9ea36e56..e728cd184ab53325e4d7ba0ebbd05b18bc1e80ed 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -134,6 +134,7 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread, |
void DoNotSuspendWebKitSharedTimer(); |
void DoNotNotifyWebKitOfModalLoop(); |
+ // Will be NULL if threaded compositing has not been enabled. |
CompositorThread* compositor_thread() const { |
return compositor_thread_.get(); |
} |