Index: content/renderer/render_widget.h |
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h |
index de04e3279f63dbd84ec761e0624fbecfd3427280..d854b215443a24c10d5f199d59410f34af751c36 100644 |
--- a/content/renderer/render_widget.h |
+++ b/content/renderer/render_widget.h |
@@ -171,9 +171,7 @@ class CONTENT_EXPORT RenderWidget |
// Begins the compositor's scheduler to start producing frames. |
void StartCompositor(); |
- |
- // Stop compositing. |
- void DestroyLayerTreeView(); |
+ void StopCompositor(); |
// Called when a plugin is moved. These events are queued up and sent with |
// the next paint or scroll message to the host. |